mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -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() {
|
||||
return <div>Welcome to Neuxteventy.js!</div>
|
||||
return (
|
||||
<Layout>
|
||||
<div>Welcome to Neuxteventy.js!</div>
|
||||
</Layout>
|
||||
)
|
||||
}
|
||||
|
||||
export default HomePage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue