From 3f6ab4a0ea1a9fcd9bb4afd45228cdd276cded52 Mon Sep 17 00:00:00 2001 From: Divlo Date: Tue, 28 Dec 2021 18:27:03 +0100 Subject: [PATCH] fix: small translation typo --- contexts/Channels.tsx | 15 --------------- pages/authentication/signin.tsx | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 contexts/Channels.tsx 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 ( - +