aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.ts
diff options
context:
space:
mode:
authorTeddy Wing2020-05-09 00:02:31 +0200
committerTeddy Wing2020-05-09 00:02:31 +0200
commit21afe4648732d2fc6b6fc0a92de3a0b0d7f91264 (patch)
tree560214db8c2295ba1ae71ca65fb85eae41298c51 /src/index.ts
parent173feca616980f4f8e9b38a0dee4c4d0fd30e3e6 (diff)
downloadnetflix-immersive-21afe4648732d2fc6b6fc0a92de3a0b0d7f91264.tar.bz2
styles: Make the styles() function the default export
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts2
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';