When I create a folder within the app, it becomes a uri path.
How do I get this NatureClass use it?
export default function NatureClassCreate() {
const {
saveButtonProps,
refineCore: { formLoading, onFinish },
handleSubmit,
register,
control,
formState: { errors },
} = useForm({});****