Compare commits
No commits in common. "44d7a527902a84431c0fb9b3a04c65a725784bfd" and "f8d1cb54b688283906712690483e69255ba7b447" have entirely different histories.
44d7a52790
...
f8d1cb54b6
@ -1,2 +0,0 @@
|
||||
var exec = require('child_process').exec
|
||||
exec('pnpm run start:prod', { windowsHide: true })
|
||||
@ -1,11 +1,5 @@
|
||||
import { Metadata } from 'next'
|
||||
import type { ReactNode } from 'react'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'HANASYS現地調査:お問い合わせ',
|
||||
description: 'HANASYS現地調査:お問い合わせ',
|
||||
}
|
||||
|
||||
export default function layout({ children }: { children: ReactNode }) {
|
||||
return <div className="container">{children}</div>
|
||||
}
|
||||
|
||||
@ -13,8 +13,8 @@ import { sessionOptions } from '@/libs/session'
|
||||
import '@/styles/style.scss'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'HANASYS現地調査',
|
||||
description: 'HANASYS現地調査',
|
||||
title: 'Create Next App',
|
||||
description: 'Generated by create next app',
|
||||
}
|
||||
|
||||
interface RootLayoutProps {
|
||||
|
||||
@ -1,15 +1,9 @@
|
||||
import { Metadata } from 'next'
|
||||
import type { ReactNode } from 'react'
|
||||
|
||||
interface SuitableLayoutProps {
|
||||
children: ReactNode
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'HANASYS現地調査:屋根材積合成',
|
||||
description: 'HANASYS現地調査:屋根材積合成',
|
||||
}
|
||||
|
||||
export default function layout({ children }: SuitableLayoutProps) {
|
||||
return (
|
||||
<>
|
||||
|
||||
@ -1,15 +1,9 @@
|
||||
import { Metadata } from 'next'
|
||||
import type { ReactNode } from 'react'
|
||||
|
||||
interface SurveySaleLayoutProps {
|
||||
children: ReactNode
|
||||
}
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'HANASYS現地調査:調査物件',
|
||||
description: 'HANASYS現地調査:調査物件',
|
||||
}
|
||||
|
||||
export default function layout({ children }: SurveySaleLayoutProps) {
|
||||
return (
|
||||
<>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user