Metamigo frontend updates

This commit is contained in:
Darren Clarke 2023-07-05 09:39:24 +00:00 committed by GitHub
parent 9edbeed056
commit 6e3e178187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 56 additions and 56 deletions

View file

@ -1,5 +1,6 @@
"use client";
import { FC } from "react";
import {
SimpleForm,
Create,
@ -10,7 +11,7 @@ import {
import { useSession } from "next-auth/react";
import { validateE164Number } from "../../../_lib/phone-numbers";
const SignalBotCreate = (props: CreateProps) => {
const SignalBotCreate:FC<CreateProps> = (props) => {
const { data: session } = useSession();
return (