Code format
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import './style.css'
|
||||
import App from './App.svelte'
|
||||
import "./style.css";
|
||||
import App from "./App.svelte";
|
||||
|
||||
const app = new App({
|
||||
target: document.getElementById('app')
|
||||
})
|
||||
target: document.getElementById("app"),
|
||||
});
|
||||
|
||||
export default app
|
||||
export default app;
|
||||
|
Reference in New Issue
Block a user