diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-04-20 16:14:04 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-04-20 16:14:04 +0200 |
commit | c140e56db162755d7f85e89306236a0a09bf4e35 (patch) | |
tree | ff2fc4a2d21c926fefb564a4e1e59458ebcdbfe4 /pages/game.tsx | |
parent | 319938d57b8cd225de1dd3f63433f6561f92311e (diff) |
site not longer broken (i think) still some inline css remains....
Diffstat (limited to 'pages/game.tsx')
-rw-r--r-- | pages/game.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/game.tsx b/pages/game.tsx index d6d7fb0..9e702ed 100644 --- a/pages/game.tsx +++ b/pages/game.tsx @@ -1,7 +1,7 @@ import Icon from '@mdi/react'; import axios from 'axios'; import copy from 'copy-to-clipboard'; -import { CSSProperties, useContext, useEffect, useState } from 'react'; +import { useContext, useEffect, useState } from 'react'; import * as cookies from 'react-cookies'; import { Socket } from 'socket.io-client'; import { SocketContext } from '../components/socketContext'; |