mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-08 04:18:39 +02:00
style: add prettier configuration and format code
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
import { mount } from 'svelte'
|
||||
import './i18n/i18n'
|
||||
import './index.css'
|
||||
import App from './App.svelte'
|
||||
import { mount } from "svelte";
|
||||
import "./i18n/i18n";
|
||||
import "./index.css";
|
||||
import App from "./App.svelte";
|
||||
|
||||
const app = mount(App, {
|
||||
target: document.getElementById('app')!,
|
||||
})
|
||||
|
||||
export default app
|
||||
target: document.getElementById("app")!,
|
||||
});
|
||||
|
||||
export default app;
|
||||
|
Reference in New Issue
Block a user