Cleaning up

This commit is contained in:
Max Lynch
2021-01-19 21:53:08 -06:00
parent 2d4b04674c
commit e2f9620988
12 changed files with 0 additions and 505 deletions
-3
View File
@@ -1,5 +1,3 @@
import Link from '../../components/Link';
import Store from '../../store';
import * as selectors from '../../store/selectors';
@@ -12,7 +10,6 @@ import {
IonItem,
IonLabel,
} from '@ionic/react';
import { useEffect, useState } from 'react';
const ListEntry = ({ list, ...props }) => (
<IonItem href={`/tabs/lists/${list.id}`} className="list-entry">