mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
chore(knip): trim dead exports and tool noise
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useEffect, useMemo, useState } from 'react';
|
||||
import directoriesData from '../data/5chan-directories.json';
|
||||
|
||||
export interface DirectoriesMetadata {
|
||||
interface DirectoriesMetadata {
|
||||
title: string;
|
||||
description: string;
|
||||
createdAt: number;
|
||||
@@ -36,7 +36,7 @@ export interface DirectoriesData {
|
||||
communities: DirectoryCommunity[];
|
||||
}
|
||||
|
||||
export interface DirectoriesState {
|
||||
interface DirectoriesState {
|
||||
communities: DirectoryCommunity[];
|
||||
loading: boolean;
|
||||
error: Error | null;
|
||||
|
||||
Reference in New Issue
Block a user