formatting, full migration to svelte-french-toast

This commit is contained in:
2023-04-26 22:47:42 +02:00
parent 38a665024e
commit 46d076af9d
137 changed files with 11984 additions and 9212 deletions

View File

@@ -1,9 +1,8 @@
import './style.css';
import "toastify-js/src/toastify.css";
import "./style.css";
import "gridjs/dist/theme/mermaid.css";
import App from './App.svelte';
import App from "./App.svelte";
const app = new App({
target: document.body
target: document.body,
});
export default app;