refact: extract layout components to the layouts directory

This commit is contained in:
Jean-Philippe Sirois
2019-09-17 18:07:42 -04:00
parent 172fff0da5
commit d67f006537
5 changed files with 10 additions and 13 deletions
+2 -2
View File
@@ -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,