Skip to content

Commit fd7aee7

Browse files
committed
fix(frontend): remove unused import
1 parent b44160f commit fd7aee7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/state/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
// You should have received a copy of the GNU Affero General Public License
1515
// along with this program. If not, see <https://www.gnu.org/licenses/>.
1616

17-
import { createStore, unwrap } from "solid-js/store"
17+
import { createStore } from "solid-js/store"
1818
import * as immutable from "immutable"
1919
import { Entry, Feed, getTags, toEntryId } from "./feed"
2020
import { createMemo, JSX } from "solid-js";

0 commit comments

Comments
 (0)