Skip to content

Commit

Permalink
delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
yomybaby committed Jul 5, 2024
1 parent 5d11267 commit 2639374
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/backend-ai-data-view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import { unsafeHTML } from 'lit/directives/unsafe-html.js';
*/
type BackendAIDialog = HTMLElementTagNameMap['backend-ai-dialog'];
type BackendAIStorageList = HTMLElementTagNameMap['backend-ai-storage-list'];
type MwcTabBar = HTMLElementTagNameMap['mwc-tab-bar'];
interface GroupData {
id: string;
name: string;
Expand Down
2 changes: 0 additions & 2 deletions src/reducers/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
Copyright (c) 2015-2024 Lablup Inc. All rights reserved.
*/
import {
CLOSE_SNACKBAR,
OPEN_SNACKBAR,
UPDATE_DRAWER_STATE,
UPDATE_OFFLINE,
UPDATE_PAGE,
Expand Down

0 comments on commit 2639374

Please sign in to comment.