Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
m2rads committed Oct 25, 2024
1 parent f517e33 commit e600dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(dashboard)/dashboard/test-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useState, useRef } from 'react';
import { Circle, Plus, Play, Trash2, Check, X, Loader2, ChevronDown, ChevronRight, Pencil, RotateCw } from 'lucide-react';
import { Button } from '@/components/ui/button';
import { Input } from '@/components/ui/input';
import { TestDefinition, TestStatus, TestScenarioStatus, TestDefinitionStatus } from './types';
import { TestDefinition, TestStatus, TestDefinitionStatus } from './types';

const TestEditor: React.FC = () => {
const [testDefinitions, setTestDefinitions] = useState<TestDefinition[]>([{
Expand Down

0 comments on commit e600dff

Please sign in to comment.