forked from abner/for-legacy-web
Add prettier.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { render } from 'preact'
|
||||
import '../styles/index.scss'
|
||||
import { App } from './app'
|
||||
import { render } from "preact";
|
||||
import "../styles/index.scss";
|
||||
import { App } from "./app";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
||||
render(<App />, document.getElementById('app')!)
|
||||
render(<App />, document.getElementById("app")!);
|
||||
|
||||
Reference in New Issue
Block a user