mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-13 08:01:17 +00:00
fix to scss location
This commit is contained in:
@@ -11,7 +11,7 @@ import Flex from "../../../../util/layout/Flex";
|
||||
import Grid from "../../../../util/layout/Grid";
|
||||
import Loading from "../../../../util/loading/Loading";
|
||||
import LogButton from "./Log";
|
||||
import s from "./stats.module.scss";
|
||||
import s from "../stats.module.scss";
|
||||
|
||||
const Pm2Processes: Component<{}> = (p) => {
|
||||
const { selected } = useAppState();
|
||||
|
||||
Reference in New Issue
Block a user