refactor: rename store folder to stores

This commit is contained in:
Sonny
2024-11-07 00:31:24 +01:00
committed by Sonny
parent 5c37fe9c31
commit 9a215f3e41
10 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ import { Text } from '@mantine/core';
import { useEffect, useRef } from 'react';
import { AiFillFolderOpen, AiOutlineFolder } from 'react-icons/ai';
import { appendCollectionId } from '~/lib/navigation';
import { useActiveCollection } from '~/store/collection_store';
import { useActiveCollection } from '~/stores/collection_store';
import { CollectionWithLinks } from '~/types/app';
import classes from './collection_item.module.css';