File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
webtool/frontend/src/components/resourcefully Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11import { FunctionComponent , useState } from "react"
22import { ReactSubmitEvent , ResourcefullyForm , SubmitEventHandeler } from "./form.tsx"
3- import { Dialog } from "@radix-ui/themes"
43import { ResourcefullyExport , createExport , ExportMetadata } from "local4local"
54import { Pilot } from "local4local"
65import { createDeeplink } from "../deeplink.ts"
76import Animation = AnyLogicCloudClient . Animation
87import { getCoopReport } from "./preview.ts"
9- import { Local4LocalButton } from "../Local4LocalButton.tsx"
10- import { local4localLightGreen } from "../../colors.ts"
118import { PilotState } from "../../services/use-pilot.ts"
129import { DialogButtonRow } from "./DialogButtonRow.tsx"
1310
Original file line number Diff line number Diff line change 11import { EventHandler , FunctionComponent , SyntheticEvent } from "react"
2- import { Dialog , Flex , Text , TextField } from "@radix-ui/themes"
2+ import { Flex , Text , TextField } from "@radix-ui/themes"
33import { Local4LocalButton } from "../Local4LocalButton.tsx"
4- import { local4localDarkOrange , local4localLightBlue , local4localLightOrange } from "../../colors.ts"
4+ import { local4localDarkOrange , local4localLightBlue } from "../../colors.ts"
55import { PilotState } from "../../services/use-pilot.ts"
66import { SdeSupplementForm } from "./SdeSupplementForm.tsx"
77import { DialogButtonRow } from "./DialogButtonRow.tsx"
You can’t perform that action at this time.
0 commit comments