fix: fix error user dont get updated targetWorkingHours
also perform code formatting and cleanup
This commit is contained in:
parent
3fadb6d86d
commit
8fe3d71dde
21 changed files with 2348 additions and 1235 deletions
|
|
@ -1,9 +1,9 @@
|
|||
import { mount } from 'svelte';
|
||||
import './app.css';
|
||||
import App from './App.svelte';
|
||||
import { mount } from "svelte";
|
||||
import "./app.css";
|
||||
import App from "./App.svelte";
|
||||
|
||||
const app = mount(App, {
|
||||
target: document.getElementById('app'),
|
||||
target: document.getElementById("app"),
|
||||
});
|
||||
|
||||
export default app;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue