mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 14:50:55 +01:00
moved styling components (#724)
This commit is contained in:
parent
16aed27366
commit
b419300ea2
@ -1,5 +1,5 @@
|
|||||||
import "@xyflow/react/dist/style.css";
|
import "@xyflow/react/dist/style.css";
|
||||||
import "./react-flow.css";
|
import "./styling/react-flow.css";
|
||||||
import {
|
import {
|
||||||
Background,
|
Background,
|
||||||
Controls,
|
Controls,
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
import "./index.css";
|
import "./styling/index.css";
|
||||||
import {StrictMode} from "react";
|
import {StrictMode} from "react";
|
||||||
import {createRoot} from "react-dom/client";
|
import {createRoot} from "react-dom/client";
|
||||||
import {ThemeProvider} from "@mui/material";
|
import {ThemeProvider} from "@mui/material";
|
||||||
import {theme} from "./model/theme.ts";
|
import {theme} from "./styling/theme.ts";
|
||||||
import App from "./App.tsx";
|
import App from "./App.tsx";
|
||||||
|
|
||||||
createRoot(document.getElementById('root')!).render(
|
createRoot(document.getElementById('root')!).render(
|
||||||
|
Loading…
Reference in New Issue
Block a user