Changing Layout and adding new things (input, routes etc.)
This commit is contained in:
9
src/app/(calculators)/layout.tsx
Normal file
9
src/app/(calculators)/layout.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import LayoutClient from "./layoutClient";
|
||||
|
||||
export default function CalculatorsLayout({children} : {children:React.ReactNode}){
|
||||
return(
|
||||
<>
|
||||
<LayoutClient>{children}</LayoutClient>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user