feat: add db integration and global types
This commit is contained in:
@@ -3,9 +3,14 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Gift Tracker</title>
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body data-sveltekit-preload-data="hover">
|
||||
<div style="display: contents">%sveltekit.body%</div>
|
||||
<div class="min-h-screen bg-gray-800 text-white">
|
||||
<main class="pt-16 pb-8">
|
||||
<div class="mx-auto max-w-7xl px-4 py-6 md:px-6 md:py-8">%sveltekit.body%</div>
|
||||
</main>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user