Dan Ditomaso
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
packages/web/src/components/Dialog/RebootDialog.tsx
|
|
@ -10,7 +10,7 @@ import { |
|
|
} from "@components/UI/Dialog.tsx"; |
|
|
} from "@components/UI/Dialog.tsx"; |
|
|
import { Input } from "@components/UI/Input.tsx"; |
|
|
import { Input } from "@components/UI/Input.tsx"; |
|
|
import { Label } from "@components/UI/Label.tsx"; |
|
|
import { Label } from "@components/UI/Label.tsx"; |
|
|
import { Separator } from "@components/UI/Separator"; |
|
|
import { Separator } from "@components/UI/Separator.tsx"; |
|
|
import { useDevice } from "@core/stores"; |
|
|
import { useDevice } from "@core/stores"; |
|
|
import { ClockIcon, OctagonXIcon, RefreshCwIcon } from "lucide-react"; |
|
|
import { ClockIcon, OctagonXIcon, RefreshCwIcon } from "lucide-react"; |
|
|
import { useState } from "react"; |
|
|
import { useState } from "react"; |
|
|
|