Skip to content

Commit 280832e

Browse files
committed
Remove unused imports
So build can pass
1 parent 198f76c commit 280832e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

webtool/frontend/src/components/resourcefully/content.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
import {FunctionComponent, useState} from "react"
22
import {ReactSubmitEvent, ResourcefullyForm, SubmitEventHandeler} from "./form.tsx"
3-
import {Dialog} from "@radix-ui/themes"
43
import {ResourcefullyExport, createExport, ExportMetadata} from "local4local"
54
import {Pilot} from "local4local"
65
import {createDeeplink} from "../deeplink.ts"
76
import Animation = AnyLogicCloudClient.Animation
87
import {getCoopReport} from "./preview.ts"
9-
import {Local4LocalButton} from "../Local4LocalButton.tsx"
10-
import {local4localLightGreen} from "../../colors.ts"
118
import {PilotState} from "../../services/use-pilot.ts"
129
import {DialogButtonRow} from "./DialogButtonRow.tsx"
1310

webtool/frontend/src/components/resourcefully/form.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import {EventHandler, FunctionComponent, SyntheticEvent} from "react"
2-
import {Dialog, Flex, Text, TextField} from "@radix-ui/themes"
2+
import {Flex, Text, TextField} from "@radix-ui/themes"
33
import {Local4LocalButton} from "../Local4LocalButton.tsx"
4-
import {local4localDarkOrange, local4localLightBlue, local4localLightOrange} from "../../colors.ts"
4+
import {local4localDarkOrange, local4localLightBlue} from "../../colors.ts"
55
import {PilotState} from "../../services/use-pilot.ts"
66
import {SdeSupplementForm} from "./SdeSupplementForm.tsx"
77
import {DialogButtonRow} from "./DialogButtonRow.tsx"

0 commit comments

Comments
 (0)