Upgrade deps
This commit is contained in:
parent
422c446039
commit
de5106e9e8
17 changed files with 3154 additions and 406 deletions
|
|
@ -11,7 +11,7 @@ import {
|
|||
import { useSession } from "next-auth/react";
|
||||
import { validateE164Number } from "../../../_lib/phone-numbers";
|
||||
|
||||
const SignalBotCreate:FC<CreateProps> = (props) => {
|
||||
const SignalBotCreate: FC<CreateProps> = (props) => {
|
||||
const { data: session } = useSession();
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue