Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Dec 8, 2024
1 parent 1ff7016 commit d94d785
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions apps/dashboard/src/pages/api-keys.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState, ReactNode } from 'react';
import { RiKey2Line, RiEyeLine, RiEyeOffLine, RiQuestionLine } from 'react-icons/ri';
import { useState } from 'react';
import { RiKey2Line, RiEyeLine, RiEyeOffLine } from 'react-icons/ri';
import { useEnvironment } from '@/context/environment/hooks';
import { CopyButton } from '@/components/primitives/copy-button';
import { Card, CardContent, CardHeader } from '@/components/primitives/card';
Expand All @@ -15,7 +15,6 @@ import { Container } from '../components/primitives/container';
import { HelpTooltipIndicator } from '../components/primitives/help-tooltip-indicator';
import { API_HOSTNAME } from '../config';
import { Skeleton } from '@/components/primitives/skeleton';
import { HelpCircle } from 'lucide-react';

interface ApiKeysFormData {
apiKey: string;
Expand Down

0 comments on commit d94d785

Please sign in to comment.