refactor(react/collections): rename

This commit is contained in:
Elian Doran 2025-08-30 19:21:26 +03:00
parent 98a4a8d8c6
commit c49e84efc6
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { allViewTypes, ViewModeProps, ViewTypeOptions } from "./interface";
import { useNoteContext, useNoteLabel, useTriliumEvent } from "../react/hooks";
import FNote from "../../entities/fnote";
import "./NoteList.css";
import { ListView, GridView } from "./legacy/ListView";
import { ListView, GridView } from "./legacy/ListOrGridView";
import { useEffect, useState } from "preact/hooks";
interface NoteListProps {