Added selectedLinks to store & checkbox on list view

This commit is contained in:
Isaac Wise
2024-02-09 23:24:22 -06:00
parent c78aa2da0d
commit 0a070deebd
4 changed files with 17 additions and 4 deletions
-1
View File
@@ -1,5 +1,4 @@
import { create } from "zustand";
import { ViewMode } from "@/types/global";
type LocalSettings = {
theme?: string;