Sign in
android
/
platform
/
frameworks
/
support
/
ac4ec2c58214ba92fc77da0d1c826506941d0272
/
.
/
development
/
benchmarks-chrome-extension
/
src
/
main.ts
blob: a3355b12a796e0bdffc942f91a3a7d05729e5d8b [
file
] [
log
] [
blame
]
import
'./assets/overrides.css'
;
import
App
from
'./lib/App.svelte'
;
const
app
=
new
App
({
target
:
document
.
getElementById
(
'app'
),
});
export
default
app
;