Skip to content

Commit

Permalink
fix: Remove unused/deprecated voice chat
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Jul 2, 2024
1 parent 561d93e commit 30ccb33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 113 deletions.
112 changes: 0 additions & 112 deletions src/pages/VocalChat.vue

This file was deleted.

1 change: 0 additions & 1 deletion src/router/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const routes = [
component: () => import('layouts/MainLayout.vue'),
children: [
{ path: '', redirect: '/new' },
{ path: 'vocal', component: () => import('pages/VocalChat.vue') },
{
path: 'new',
name: 'new-chat',
Expand Down

0 comments on commit 30ccb33

Please sign in to comment.