diff options
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index da889fc..9216a0a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,7 +16,7 @@ // along with Immersive. If not, see <https://www.gnu.org/licenses/>. import fullscreen_credits from './fullscreen_credits'; -import { styles } from './styles'; +import styles from './styles'; import watch_credits from './watch_credits'; |