Skip to content

Commit

Permalink
cleaning unused components
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocostadev committed Sep 18, 2023
1 parent f8ece5c commit 914638b
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 728 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/client/views/admin/AdministrationRouter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const AdministrationRouter = ({ children }: AdministrationRouterProps): ReactEle
return;
}

const defaultRoutePath = getAdminSidebarItems().find(firstSidebarPage)?.href ?? '/admin/workspace';
const defaultRoutePath = getAdminSidebarItems().find(firstSidebarPage)?.href ?? '/admin/workspace-status';

if (isGoRocketChatLink(defaultRoutePath)) {
window.open(defaultRoutePath, '_blank');
Expand Down
13 changes: 0 additions & 13 deletions apps/meteor/client/views/admin/info/Feature.js

This file was deleted.

26 changes: 0 additions & 26 deletions apps/meteor/client/views/admin/info/Feature.stories.tsx

This file was deleted.

309 changes: 0 additions & 309 deletions apps/meteor/client/views/admin/info/InformationPage.stories.tsx

This file was deleted.

Loading

0 comments on commit 914638b

Please sign in to comment.