Skip to content

Commit

Permalink
Convert DatabaseListItem to TS functional component
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Peveler <[email protected]>
  • Loading branch information
MasterOdin committed Feb 5, 2022
1 parent 3a17e4b commit 235c163
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 309 deletions.
2 changes: 1 addition & 1 deletion src/common/types/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface MenuOptions {
}

export interface MenuItem {
type: string;
type?: string;
label: string;
event: string;
}
Expand Down
280 changes: 0 additions & 280 deletions src/renderer/components/database-list-item.jsx

This file was deleted.

Loading

0 comments on commit 235c163

Please sign in to comment.