Fix import bug?

This commit is contained in:
Tanner Collin 2022-07-14 16:17:35 -07:00
parent 21972b7ebf
commit ab1a04d800

View File

@ -1,5 +1,5 @@
import React, { useRef, useEffect } from 'react';
import { BrowserRouter as Link } from 'react-router-dom';
import { Link } from 'react-router-dom';
import { Container, Icon } from 'semantic-ui-react';
import { scene } from './spaceport/scene';