Simplified some relative imports

This commit is contained in:
BB
2022-03-06 05:05:55 +01:00
parent e80190e687
commit 2c3e0985c4
26 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import * as React from "react";
import { numeralWrapper } from "../../ui/numeralFormat";
import { numeralWrapper } from "../numeralFormat";
import { Theme } from "@mui/material/styles";
import makeStyles from "@mui/styles/makeStyles";
import createStyles from "@mui/styles/createStyles";