Skip to content

Commit

Permalink
chore: update import path for style in script-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmo-ds committed Mar 17, 2024
1 parent aa352e3 commit e48a218
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { get as kv_get, set as kv_set, createStore } from 'idb-keyval'
import { Translater } from './translate'
import { fluentProgress, provideFluentDesignSystem } from '@fluentui/web-components'

import style from './script-loader.module.css'
import style from './styles/script-loader.module.css'

import zhHans from '../localization/zh-hans.json'
import zhHant from '../localization/zh-hant.json'
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e48a218

Please sign in to comment.