Skip to content

Commit

Permalink
🧹 remove deprecated bulma-based drop-down component
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed Nov 19, 2022
1 parent 6bf1c0f commit 9943ab2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
52 changes: 0 additions & 52 deletions src/components/drop-down.mjs

This file was deleted.

1 change: 0 additions & 1 deletion src/components/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export {html, render, useLayoutEffect, useReducer, useState} from '../../bundles

export {Card} from './card.mjs';
export {Checkbox, Field, HorizontalField, Select, sizes} from './form/index.mjs';
export {DropDown} from './drop-down.mjs';
export {Icon} from './icon.mjs';
export {IconButton} from './icon-button.mjs';
export {Logo} from './electronim.mjs';
Expand Down

0 comments on commit 9943ab2

Please sign in to comment.