Skip to content

Commit

Permalink
chore: fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
CSharperMantle committed Jul 12, 2023
1 parent 72edeac commit ae68b67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/CommonLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit ae68b67

@vercel
Copy link

@vercel vercel bot commented on ae68b67 Jul 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.