We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e25ab commit 6616fb9Copy full SHA for 6616fb9
services/homepage/src/theme/Theme.tsx
@@ -2,7 +2,7 @@ import React from "react";
2
3
import { ThemeProvider } from "@mui/material/styles";
4
5
-import { createTheme } from "./theme";
+import { createTheme } from "./createTheme";
6
7
interface ThemeWrapperProps {
8
children: React.ReactNode;
services/homepage/src/theme/theme.ts renamed to services/homepage/src/theme/createTheme.ts
0 commit comments