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,6 +1,6 @@
import React, { useState, useEffect } from "react";
import { EventEmitter } from "../../utils/EventEmitter";
import { Modal } from "../../ui/React/Modal";
import { Modal } from "./Modal";
import Typography from "@mui/material/Typography";
import Box from "@mui/material/Box";
import {sha256} from "js-sha256";