From 82721251cc9da397330d773515c09094b411e4eb Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:12:26 -0600 Subject: [PATCH] refactor: remove secrets --- components/ui/secrets.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/ui/secrets.tsx b/components/ui/secrets.tsx index 50fc22ac..a596ef1b 100644 --- a/components/ui/secrets.tsx +++ b/components/ui/secrets.tsx @@ -1,7 +1,5 @@ import { CodeEditor } from "@/components/shared/code-editor"; -import { Button } from "@/components/ui/button"; import { - Card, CardContent, CardDescription, CardHeader,