From 21afe4648732d2fc6b6fc0a92de3a0b0d7f91264 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 9 May 2020 00:02:31 +0200 Subject: styles: Make the styles() function the default export --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.ts') 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 . import fullscreen_credits from './fullscreen_credits'; -import { styles } from './styles'; +import styles from './styles'; import watch_credits from './watch_credits'; -- cgit v1.2.3