chore: update seed script

This commit is contained in:
MTG2000
2022-08-07 18:17:56 +03:00
parent 28410541ed
commit 6718d6fc7b
6 changed files with 320 additions and 105 deletions

View File

@@ -13,7 +13,6 @@ import THEME from '../theme';
// Add the global stuff first (index.ts)
// -------------------------------------------
import "src/styles/index.scss";
import "react-multi-carousel/lib/styles.css";
import 'react-loading-skeleton/dist/skeleton.css'
import { ApolloProvider } from '@apollo/client';
import { apolloClient } from '../apollo';