Skip to content

Commit

Permalink
๐Ÿš‘Fix: import error
Browse files Browse the repository at this point in the history
  • Loading branch information
noSPkeepgoing committed Nov 10, 2023
1 parent 3f47eb6 commit c7574f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/game/Vote.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import React from 'react';
import Header from '../../components/Header';
import GameHeader from '../../components/GameHeader';
import styles from '@styles/pages/vote.module.scss';
import GhostList from '../../components/GhostList';

const Vote = () => {
return (
<div className={styles.vote}>
<Header timer={10} title={'๋ˆ„๊ฐ€ ๋งˆํ”ผ์•„ ์œ ๋ น์ผ๊นŒ...'} started={true} />
<GameHeader timer={10} title={'๋ˆ„๊ฐ€ ๋งˆํ”ผ์•„ ์œ ๋ น์ผ๊นŒ...'} started={true} />
<GhostList ghosts={ghosts} />
<div className={styles.vote__button}>
<button>ํˆฌํ‘œ ์™„๋ฃŒ</button>
Expand Down

0 comments on commit c7574f9

Please sign in to comment.