From 2884a0763e6cde0087556aa7ee3ae5c1551f50f5 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Fri, 13 Dec 2019 15:04:55 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=83=95=E3=82=A9=E3=83=BC=E3=83=9E?= =?UTF-8?q?=E3=83=B3=E3=82=B9=E6=94=B9=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/TopAppBar.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/TopAppBar.tsx b/styles/TopAppBar.tsx index af27065..1763ac9 100644 --- a/styles/TopAppBar.tsx +++ b/styles/TopAppBar.tsx @@ -1,6 +1,8 @@ import React from "react"; 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"; const TopAppBar = () => {