Skip to content

Commit 8d21b76

Browse files
committed
fix: fix format
1 parent 43cc6c4 commit 8d21b76

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

site/src/theme/dark/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { forDarkThemes } from "../externalImages";
2+
import branding from "./branding";
23
import experimental from "./experimental";
34
import monaco from "./monaco";
45
import muiTheme from "./mui";
56
import roles from "./roles";
6-
import branding from "./branding";
77

88
export default {
99
...muiTheme,

site/src/theme/darkBlue/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { forDarkThemes } from "../externalImages";
2+
import branding from "./branding";
23
import experimental from "./experimental";
34
import monaco from "./monaco";
45
import muiTheme from "./mui";
56
import roles from "./roles";
6-
import branding from "./branding";
77

88
export default {
99
...muiTheme,

site/src/theme/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// biome-ignore lint/nursery/noRestrictedImports: We still use `Theme` as a basis for our actual theme, for now.
22
import type { Theme as MuiTheme } from "@mui/material/styles";
33
import type * as monaco from "monaco-editor";
4+
import type { Branding } from "./branding";
45
import dark from "./dark";
56
import darkBlue from "./darkBlue";
67
import type { NewTheme } from "./experimental";
78
import type { ExternalImageModeStyles } from "./externalImages";
89
import light from "./light";
910
import type { Roles } from "./roles";
10-
import type { Branding } from "./branding";
1111

1212
export interface Theme extends Omit<MuiTheme, "palette"> {
1313
/** @deprecated prefer `theme.roles` when possible */

site/src/theme/light/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { forLightThemes } from "../externalImages";
2+
import branding from "./branding";
23
import experimental from "./experimental";
34
import monaco from "./monaco";
45
import muiTheme from "./mui";
56
import roles from "./roles";
6-
import branding from "./branding";
77

88
export default {
99
...muiTheme,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy