Files
OpenAuth_server/Frontend/src/pages/home/main.ts
Fabian Stamm 1e2bb83447 Add new profile endpoint
Add some logging output for auth failures
2023-04-07 23:01:56 +02:00

9 lines
139 B
TypeScript

import "../../components/theme";
import App from "./App.svelte";
const app = new App({
target: document.body,
});
export default app;