Skip to content

Commit 91e77b2

Browse files
committed
fix: update import path for ColorType to use types directory
1 parent fd92451 commit 91e77b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/use-favorite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { create } from 'zustand';
22
import { devtools, persist } from 'zustand/middleware';
3-
import { ColorType } from '~/data/colors';
3+
import { ColorType } from '~/types/types';
44

55
type FavoriteStoreState = {
66
favorites: Array<ColorType>;

0 commit comments

Comments
 (0)