From ae68b67077c70d06c9daa78d4a3fb3190553b514 Mon Sep 17 00:00:00 2001 From: "Rong \"Mantle\" Bao" Date: Wed, 12 Jul 2023 21:10:38 +0800 Subject: [PATCH] chore: fix import order --- src/components/CommonLayout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/CommonLayout.tsx b/src/components/CommonLayout.tsx index a3f9ec8..3987015 100644 --- a/src/components/CommonLayout.tsx +++ b/src/components/CommonLayout.tsx @@ -19,13 +19,12 @@ import { graphql, useStaticQuery } from "gatsby" import { SnackbarProvider } from "notistack" import React from "react" import { Provider as ReduxProvider } from "react-redux" -import {} from "lodash" +import Alert from "@mui/material/Alert" import Box from "@mui/material/Box" import CssBaseline from "@mui/material/CssBaseline" import { StyledEngineProvider } from "@mui/material/styles" import ThemeProvider from "@mui/material/styles/ThemeProvider" -import Alert from "@mui/material/Alert" import { theme } from "../ThemeOptions" import { appStore } from "../viewmodel"