diff --git a/contexts/Channels.tsx b/contexts/Channels.tsx deleted file mode 100644 index c44fc7d..0000000 --- a/contexts/Channels.tsx +++ /dev/null @@ -1,15 +0,0 @@ -export interface ChannelType { - id: number - name: string - description: string - createdAt: string - updatedAt: string -} - -export const channelExample: ChannelType = { - id: 4, - name: 'Channel 4', - description: '', - createdAt: '', - updatedAt: '' -} diff --git a/pages/authentication/signin.tsx b/pages/authentication/signin.tsx index 50ec866..aad8136 100644 --- a/pages/authentication/signin.tsx +++ b/pages/authentication/signin.tsx @@ -14,7 +14,7 @@ const Signin: NextPage = (props) => { return ( - +