super basic table sorting and stylings

This commit is contained in:
gingervitis
2020-12-22 23:15:37 -08:00
parent 05b9634180
commit 88deced9f2
4 changed files with 52 additions and 8 deletions

View File

@@ -4,6 +4,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 { AppProps } from 'next/app';
import ServerStatusProvider from '../utils/server-status-context';