Ignore:
Timestamp:
06/11/22 23:50:19 (2 years ago)
Author:
anastasovv <simon@…>
Branches:
main
Children:
4a1a3ca
Parents:
87614a5
Message:

Code cleanings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • components/GameCircle.jsx

    r87614a5 r64dc53b  
    44
    55import { useRouter } from 'next/router'
    6 
    7 import { useState } from 'react'
    8 
    9 import { setInGame } from '../redux/reducers/playerSlice'
    10 import { useDispatch } from 'react-redux'
    11 import FullwidthText from './FullwidthText'
    126
    137const GameCircle = ( { src, text, routeTo, game } ) => {
Note: See TracChangeset for help on using the changeset viewer.