mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-08 07:56:12 +02:00
refact: extract layout components to the layouts directory
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { PropsWithChildren } from "react"
|
||||
import { Layout } from "../components/Layout"
|
||||
import { ResourcesLayout } from "../components/ResourcesLayout"
|
||||
import { Layout } from "./Layout"
|
||||
import { ResourcesLayout } from "./ResourcesLayout"
|
||||
|
||||
export default function BaseLayout({
|
||||
children,
|
||||
|
||||
Reference in New Issue
Block a user