From fbf05c95eccfc912c92c29eb5de4f945601ad89b Mon Sep 17 00:00:00 2001 From: Richard Dominick <34370238+RichDom2185@users.noreply.github.com> Date: Tue, 9 Apr 2024 02:13:17 +0800 Subject: [PATCH] Fix type import --- src/tabs/Testing/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabs/Testing/index.tsx b/src/tabs/Testing/index.tsx index 62df40cc5..2c9d70ce3 100644 --- a/src/tabs/Testing/index.tsx +++ b/src/tabs/Testing/index.tsx @@ -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.