Skip to content

Commit 3a0d950

Browse files
committed
Fixup exports
1 parent 9d9732e commit 3a0d950

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/frontend/screens/Game/GamePage/components/DotsMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useContext, useState } from 'react'
22
import GameContext from '../../GameContext'
33
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
4-
import { GameSubMenu } from '../..'
4+
import GameSubMenu from '../../GameSubMenu'
55
import { faEllipsisV } from '@fortawesome/free-solid-svg-icons'
66
import { GameInfo } from 'common/types'
77
import {

src/frontend/screens/Game/index.tsx

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)