Update package names
This commit is contained in:
parent
89d229eba9
commit
85a0fc11e5
106 changed files with 1908 additions and 2686 deletions
|
|
@ -4,7 +4,13 @@ import { FC, useEffect, useState } from "react";
|
|||
import { useFormState } from "react-dom";
|
||||
import { Grid } from "@mui/material";
|
||||
import { useRouter } from "next/navigation";
|
||||
import { Button, Dialog, TextField, Select, MultiValueField } from "ui";
|
||||
import {
|
||||
Button,
|
||||
Dialog,
|
||||
TextField,
|
||||
Select,
|
||||
MultiValueField,
|
||||
} from "@link-stack/ui";
|
||||
import { generateCreateAction } from "../lib/actions";
|
||||
import { FieldDescription } from "../lib/service";
|
||||
import { serviceConfig } from "../config/config";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue