mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix: erase runtime Comment import in catalog filters store
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { create } from 'zustand';
|
import { create } from 'zustand';
|
||||||
import { persist } from 'zustand/middleware';
|
import { persist } from 'zustand/middleware';
|
||||||
import { Comment } from '@bitsocialhq/bitsocial-react-hooks';
|
import type { Comment } from '@bitsocialhq/bitsocial-react-hooks';
|
||||||
import { commentMatchesPattern } from '../lib/utils/pattern-utils';
|
import { commentMatchesPattern } from '../lib/utils/pattern-utils';
|
||||||
|
|
||||||
interface FilterItem {
|
interface FilterItem {
|
||||||
|
|||||||
Reference in New Issue
Block a user