1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-02-07 09:38:46 +00:00

パフォーマンス改善

This commit is contained in:
Nebel 2019-12-13 15:04:55 +09:00
parent da8ade1d34
commit 2884a0763e

View file

@ -1,6 +1,8 @@
import React from "react"; import React from "react";
import { useRouter } from "next/router"; import { useRouter } from "next/router";
import { AppBar, Tabs, Tab } from "@material-ui/core"; import AppBar from "@material-ui/core/AppBar";
import Tabs from "@material-ui/core/Tabs";
import Tab from "@material-ui/core/Tab";
import routes from "../routes"; import routes from "../routes";
const TopAppBar = () => { const TopAppBar = () => {