feat: add design system platform
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
import { useCallback } from "react";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
|
||||
import { Button } from "../../../presentation/components/ui/button.jsx";
|
||||
import {
|
||||
Button,
|
||||
DirtyNavigationDialog,
|
||||
ErrorSummary,
|
||||
Form,
|
||||
FormActions,
|
||||
FormPage,
|
||||
FormField,
|
||||
useAppForm,
|
||||
useDirtyNavigationGuard,
|
||||
} from "../../../presentation/forms/index.js";
|
||||
import { FormPage } from "../../../presentation/templates/index.js";
|
||||
} from "../../../presentation/design-system/index.js";
|
||||
import {
|
||||
REFERENCE_FORM_DEFAULTS,
|
||||
referenceResourceFormSchema,
|
||||
|
||||
Reference in New Issue
Block a user