Skip to content

Commit

Permalink
Fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
RichDom2185 committed Apr 8, 2024
1 parent a67e302 commit fbf05c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/Testing/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { Results, SuiteResult } from '../../bundles/testing/types';
import type { Results, SuiteResult } from '../../bundles/testing/types';

/**
* Tab for unit tests.
Expand Down

0 comments on commit fbf05c9

Please sign in to comment.