[Settings > AssetBrowser] Missing semicolon
This commit is contained in:
parent
7610a97b78
commit
276cd18a5b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { Forms } from "@ui/components";
|
||||||
import { all } from "@ui/assets";
|
import { all } from "@ui/assets";
|
||||||
import AssetDisplay from "@ui/settings/components/AssetDisplay";
|
import AssetDisplay from "@ui/settings/components/AssetDisplay";
|
||||||
|
|
||||||
const { FormInput } = Forms
|
const { FormInput } = Forms;
|
||||||
|
|
||||||
export default function AssetBrowser() {
|
export default function AssetBrowser() {
|
||||||
const [searchName, setSearchName] = React.useState("");
|
const [searchName, setSearchName] = React.useState("");
|
||||||
|
|
Loading…
Reference in a new issue