ui: fix shit

This commit is contained in:
Matthew Penner 2021-01-27 23:16:58 -07:00
parent 18bdde8b81
commit 31c26a2de4
2 changed files with 2 additions and 3 deletions

View file

@ -4,8 +4,6 @@ import App from '@/components/App';
import './i18n';
import { setConfig } from 'react-hot-loader';
import 'tailwindcss/dist/base.min.css';
// Prevents page reloads while making component changes which
// also avoids triggering constant loading indicators all over
// the place in development.