diff --git a/web/index.ts b/web/index.ts index c569eee..8c76bca 100644 --- a/web/index.ts +++ b/web/index.ts @@ -1,5 +1,5 @@ import { hello } from '@ens-tools/thorin-core'; -import '@ens-tools/thorin-core/dist/style.css'; +import '@ens-tools/thorin-core/style.css'; import 'webcomponent-qr-code'; hello();