diff options
Diffstat (limited to 'src/components/WidgetParts/List/List.tsx')
| -rw-r--r-- | src/components/WidgetParts/List/List.tsx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/WidgetParts/List/List.tsx b/src/components/WidgetParts/List/List.tsx deleted file mode 100644 index 317c4d1..0000000 --- a/src/components/WidgetParts/List/List.tsx +++ /dev/null @@ -1,7 +0,0 @@ -import styles from './List.module.scss'; - -const List = ({ items }: { items: Array<any> }) => { - return <ul className={styles.list}>{items}</ul>; -}; - -export default List; |
