Fix import name
This commit is contained in:
parent
90bc508049
commit
6c4f5c6177
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import * as ReactDom from "react-dom";
|
||||
import * as React from "react";
|
||||
import TopBar from "./components/topbar";
|
||||
import TopBar from "./components/TopBar";
|
||||
import {ACTIVE_PAGES, SOCIALS, EMAIL, OFFICERS} from "./Config";
|
||||
import Splash from "./components/Splash";
|
||||
import DefaultSection from "./components/DefaultSection";
|
||||
|
|
Loading…
Reference in a new issue