mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-17 00:08:01 +00:00
config vite
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import { useEffect, useState } from 'react';
|
||||
import './App.css';
|
||||
import { Player } from './Types/Player';
|
||||
import Play from './Components/Views/Play';
|
||||
import StartMenu from './Components/Views/StartMenu/StartMenu';
|
||||
import { InitialSettings } from './Data/getInitialPlayers';
|
||||
import styled, { createGlobalStyle } from 'styled-components/macro';
|
||||
import styled from 'styled-components';
|
||||
import { createGlobalStyle } from 'styled-components';
|
||||
|
||||
import { ThemeProvider } from '@mui/material';
|
||||
import { theme } from './Data/theme';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user