From 963b4b8567ac1bd8b23c41e1bfbd6a99d202d1ed Mon Sep 17 00:00:00 2001 From: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com> Date: Fri, 16 Jan 2026 01:35:23 +0000 Subject: style: auto format and lint fix [skip ci] --- ui/src/main.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ui/src/main.ts') diff --git a/ui/src/main.ts b/ui/src/main.ts index 664a057..d47b930 100644 --- a/ui/src/main.ts +++ b/ui/src/main.ts @@ -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 +export default app; -- cgit v1.2.3-70-g09d2