minor cleanup
This commit is contained in:
parent
262fa0636d
commit
3eafcf302f
@ -1,11 +1,11 @@
|
||||
import './GameMessage.css'
|
||||
import React from 'react'
|
||||
|
||||
import { AppContext } from '../../context/app'
|
||||
// import { AppContext } from '../../context/app'
|
||||
|
||||
export default function GameMessage() {
|
||||
|
||||
const [ctx] = React.useContext(AppContext)
|
||||
// const [ctx] = React.useContext(AppContext)
|
||||
|
||||
return (
|
||||
<div className='game-message'>
|
||||
|
@ -1,9 +1,9 @@
|
||||
import './index.css';
|
||||
import './wave.css'
|
||||
import './Header.css';
|
||||
import './woble.css'
|
||||
import React from "react"
|
||||
import { NavLink } from "react-router-dom";
|
||||
import OnlineToggle from '../OnlineTgl';
|
||||
import { AppData } from "../../context/data"
|
||||
import OnlineToggle from './OnlineTgl';
|
||||
import { AppData } from "../context/data"
|
||||
|
||||
export default function Header() {
|
||||
const [data] = React.useContext(AppData)
|
@ -5,13 +5,6 @@
|
||||
cursor: pointer;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
/* text-transform: uppercase; */
|
||||
/* font-size: 1.5rem; */
|
||||
/* padding: 1rem 2rem; */
|
||||
/* background-color: black; */
|
||||
/* color: white; */
|
||||
/* border-radius: 100px; */
|
||||
/* gap: 1rem; */
|
||||
}
|
||||
|
||||
/* .wave > span {
|
Loading…
Reference in New Issue
Block a user