mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
Added PWA support (#40)
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
import Layout from '@/components/Layout'
|
||||
import Dashboard from '@/components/Dashboard'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<Layout>
|
||||
<Dashboard />
|
||||
</Layout>
|
||||
<Dashboard />
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user