Fix for SRC folder

This commit is contained in:
Master-Guy
2022-03-18 11:07:29 +01:00
parent 65832e72d2
commit d4f01c8b40
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { use } from "../../ui/Context";
import Typography from "@mui/material/Typography";
import TextField from "@mui/material/TextField";
import Button from "@mui/material/Button";
import { KEY } from "src/utils/helpers/keyCodes";
import { KEY } from "../../utils/helpers/keyCodes";
interface IProps {
open: boolean;