Impeccable

This commit is contained in:
Timo Knuth
2026-04-29 20:34:09 +02:00
parent 9b31e77daa
commit aab808c553
22 changed files with 1827 additions and 684 deletions

View File

@@ -65,7 +65,10 @@ export default function RootLayout({
{children}
</Providers>
</Suspense>
</body>
{/* impeccable-live-start */}
<script src="http://localhost:8400/live.js"></script>
{/* impeccable-live-end */}
</body>
</html>
);
}