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("");