···11+import { createInertiaApp } from '@inertiajs/react';
12import { Toaster } from '@/components/ui/sonner';
23import { TooltipProvider } from '@/components/ui/tooltip';
34import { initializeTheme } from '@/hooks/use-appearance';
45import AppLayout from '@/layouts/app-layout';
55-import AuthLayout from '@/layouts/auth-layout';
66import AuthLoginLayout from '@/layouts/auth/auth-login-layout';
77+import AuthLayout from '@/layouts/auth-layout';
78import SettingsLayout from '@/layouts/settings/layout';
88-import { createInertiaApp } from '@inertiajs/react';
991010const appName = import.meta.env.VITE_APP_NAME || 'Morgenblau';
1111
+1-1
resources/js/pages/auth/login.tsx
···2121 <Head title="Sign in" />
22222323 <header className="space-y-1">
2424- <h1>Read. Find. Share.</h1>
2424+ <h1>Find. Read. Share.</h1>
2525 <p className="text-sm text-balance text-muted-foreground">
2626 A calmer way to be on the open web. Powered by RSS and the
2727 AT Protocol.
-1
tsconfig.json
···107107 /* Completeness */
108108 // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
109109 "skipLibCheck": true /* Skip type checking all .d.ts files. */,
110110- "baseUrl": ".",
111110 "paths": {
112111 "@/*": ["./resources/js/*"]
113112 },