mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-21 06:54:08 -07:00
Apple default layout to home page
This commit is contained in:
parent
0682e5b6c2
commit
44dea80340
1 changed files with 7 additions and 1 deletions
|
|
@ -1,5 +1,11 @@
|
||||||
|
import Layout from '@/components/layout/default.js'
|
||||||
|
|
||||||
function HomePage() {
|
function HomePage() {
|
||||||
return <div>Welcome to Neuxteventy.js!</div>
|
return (
|
||||||
|
<Layout>
|
||||||
|
<div>Welcome to Neuxteventy.js!</div>
|
||||||
|
</Layout>
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default HomePage
|
export default HomePage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue