mirror of
https://github.com/hexastack/hexabot
synced 2025-04-10 15:55:55 +00:00
fix(frontend): introduce ESLint no-multiple-empty-lines rule
This commit is contained in:
parent
d6972cf982
commit
3efb95dda9
@ -6,7 +6,6 @@
|
||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||
*/
|
||||
|
||||
|
||||
import { Color, SimplePaletteColorOptions } from "@mui/material";
|
||||
import { grey, teal } from "@mui/material/colors";
|
||||
import { createTheme } from "@mui/material/styles";
|
||||
|
@ -6,7 +6,6 @@
|
||||
* 2. All derivative works must include clear attribution to the original creator and software, Hexastack and Hexabot, in a prominent location (e.g., in the software's "About" section, documentation, and README file).
|
||||
*/
|
||||
|
||||
|
||||
import { CssBaseline } from "@mui/material";
|
||||
import { StyledEngineProvider, ThemeProvider } from "@mui/material/styles";
|
||||
import type { NextPage } from "next";
|
||||
|
Loading…
Reference in New Issue
Block a user