use babel macros

This commit is contained in:
Viktor Rådberg
2023-08-04 13:40:04 +02:00
parent d90b989965
commit 2eebdc130c
17 changed files with 29 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ 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';
import styled, { createGlobalStyle } from 'styled-components/macro';
import { ThemeProvider } from '@mui/material';
import { theme } from './Data/theme';