From 276cd18a5be92f95dcb8d29b02a04156b182512e Mon Sep 17 00:00:00 2001 From: Beef Date: Fri, 28 Oct 2022 18:54:29 +0100 Subject: [PATCH] [Settings > AssetBrowser] Missing semicolon --- src/ui/settings/pages/AssetBrowser.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/settings/pages/AssetBrowser.tsx b/src/ui/settings/pages/AssetBrowser.tsx index 9c750b9..550518f 100644 --- a/src/ui/settings/pages/AssetBrowser.tsx +++ b/src/ui/settings/pages/AssetBrowser.tsx @@ -3,7 +3,7 @@ import { Forms } from "@ui/components"; import { all } from "@ui/assets"; import AssetDisplay from "@ui/settings/components/AssetDisplay"; -const { FormInput } = Forms +const { FormInput } = Forms; export default function AssetBrowser() { const [searchName, setSearchName] = React.useState("");