Newer
Older
import React from "react";
import "./App.scss";
import ExamplePage from "./pages/ExamplePage";
import TopBar from "./organisms/TopBar/TopBar";
<>
<TopBar />
<ExamplePage />
</>
import React from "react";
import "./App.scss";
import ExamplePage from "./pages/ExamplePage";
import TopBar from "./organisms/TopBar/TopBar";
<>
<TopBar />
<ExamplePage />
</>