This commit is contained in:
gingervitis
2020-12-26 13:59:41 -08:00
committed by Gabe Kangas
parent 98b122f8c5
commit 48aea8024e
2 changed files with 7 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import '../styles/globals.scss';
// GW: I can't override ant design styles through components using NextJS's built-in CSS modules. So I'll just import styles here for now and figure out enabling SASS modules later.
import '../styles/home.scss';
import '../styles/chat.scss';
import '../styles/config.scss';
import { AppProps } from 'next/app';
import ServerStatusProvider from '../utils/server-status-context';