mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
feat: persist layout state across pages
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
import React from "react"
|
||||
import React, { Fragment } from "react"
|
||||
|
||||
import { ResourcesLayout } from "../components/ResourcesLayout"
|
||||
import { SEO } from "../components/SEO"
|
||||
|
||||
function ResourcesPage() {
|
||||
return (
|
||||
<ResourcesLayout>
|
||||
<Fragment>
|
||||
<SEO title="Resources" />
|
||||
the resources
|
||||
</ResourcesLayout>
|
||||
</Fragment>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user