moved styling components (#724)

This commit is contained in:
Michael Quigley 2024-12-20 13:01:22 -05:00
parent 16aed27366
commit b419300ea2
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62
5 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import "@xyflow/react/dist/style.css";
import "./react-flow.css";
import "./styling/react-flow.css";
import {
Background,
Controls,

View File

@ -1,8 +1,8 @@
import "./index.css";
import "./styling/index.css";
import {StrictMode} from "react";
import {createRoot} from "react-dom/client";
import {ThemeProvider} from "@mui/material";
import {theme} from "./model/theme.ts";
import {theme} from "./styling/theme.ts";
import App from "./App.tsx";
createRoot(document.getElementById('root')!).render(