Upgrade deps

This commit is contained in:
Darren Clarke 2023-07-18 07:02:07 +00:00 committed by GitHub
parent 422c446039
commit de5106e9e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 3154 additions and 406 deletions

View file

@ -1,11 +1,18 @@
"use client";
// import dynamic from "next/dynamic";
import { SimpleForm, Create, TextInput, required } from "react-admin";
import { FC } from "react";
import {
SimpleForm,
Create,
TextInput,
required,
CreateProps,
} from "react-admin";
import { useSession } from "next-auth/react";
import { validateE164Number } from "../../../_lib/phone-numbers";
const WhatsappBotCreate = (props: any) => {
const WhatsappBotCreate: FC<CreateProps> = (props) => {
// const MuiPhoneNumber = dynamic(() => import("material-ui-phone-number"), {
// ssr: false,
// });