Upgrade kit to version 1.0.0-next.405
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
<meta name="description" content="" />
|
||||
<link rel="icon" href="/favicon.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
%svelte.head%
|
||||
%sveltekit.head%
|
||||
</head>
|
||||
<body>
|
||||
<div id="svelte">%svelte.body%</div>
|
||||
<div id="svelte">%sveltekit.body%</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
2
src/routes/__layout@root.svelte
Normal file
2
src/routes/__layout@root.svelte
Normal file
@@ -0,0 +1,2 @@
|
||||
<slot />
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
<script>
|
||||
import "../../../../app.css";
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col items-center justify-center">
|
||||
<slot />
|
||||
</div>
|
||||
@@ -1,7 +1,3 @@
|
||||
<script>
|
||||
import "../../../../app.css";
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col items-center justify-center">
|
||||
<slot />
|
||||
</div>
|
||||
Reference in New Issue
Block a user