Remove duplicate import statements
This commit is contained in:
parent
8df3311f5a
commit
cc09eb0ead
2 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
import BackButton from "../../Components/BackButton";
|
||||
import BasicWindow from "../../Components/BasicWindow";
|
||||
import TimeReport from "../../Components/NewWeeklyReport";
|
||||
import BackButton from "../../Components/BackButton";
|
||||
|
||||
function PMTotalTimeActivity(): JSX.Element {
|
||||
const content = (
|
||||
|
|
|
@ -2,7 +2,6 @@ import BackButton from "../../Components/BackButton";
|
|||
import BasicWindow from "../../Components/BasicWindow";
|
||||
import Button from "../../Components/Button";
|
||||
import TimeReport from "../../Components/NewWeeklyReport";
|
||||
import BackButton from "../../Components/BackButton";
|
||||
|
||||
function PMViewUnsignedReport(): JSX.Element {
|
||||
const content = (
|
||||
|
|
Loading…
Add table
Reference in a new issue