mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 06:40:50 +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 "./react-flow.css";
|
||||
import "./styling/react-flow.css";
|
||||
import {
|
||||
Background,
|
||||
Controls,
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user