diff options
Diffstat (limited to 'frontend/app')
| -rw-r--r-- | frontend/app/root.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/root.tsx b/frontend/app/root.tsx index 5721a2b..f1b5c54 100644 --- a/frontend/app/root.tsx +++ b/frontend/app/root.tsx @@ -24,6 +24,7 @@ export function Layout({ children }: { children: React.ReactNode }) { {children} <ScrollRestoration /> <Scripts /> + <script>console.log(`#Albatross!`)</script> </body> </html> ); |
