Port test from js to tsx

This commit is contained in:
Oliver Sand
2021-02-01 12:38:38 +01:00
parent ac396e8e0b
commit f041e92e13
2 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ export const exploreToolsConfigRef = createApiRef<ExploreToolsConfig>({
export type ExploreTool = {
title: string;
description: string;
description?: string;
url: string;
image: string;
tags?: string[];