Skip to content

Commit 0d5cf96

Browse files
committed
Dashboard: Migrate engine/access-tokens page from chakra to tailwind
1 parent 90c4fc8 commit 0d5cf96

File tree

6 files changed

+459
-483
lines changed

6 files changed

+459
-483
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/engine/dedicated/(general)/import/EngineImportPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
"use client";
22

3-
import { FormControl } from "@chakra-ui/react";
43
import { zodResolver } from "@hookform/resolvers/zod";
54
import { useMutation } from "@tanstack/react-query";
65
import { CircleAlertIcon, DownloadIcon, ExternalLinkIcon } from "lucide-react";
@@ -12,6 +11,7 @@ import { apiServerProxy } from "@/actions/proxies";
1211
import { Button } from "@/components/ui/button";
1312
import {
1413
Form,
14+
FormControl,
1515
FormField,
1616
FormItem,
1717
FormLabel,

0 commit comments

Comments
 (0)