import { BulkActionBar } from '../BulkActionBar' import { FilterPills } from './FilterPills' import { NoteListHeader } from './NoteListHeader' import { EntityView, ListView } from './NoteListViews' import type { useNoteListModel } from './useNoteListModel' type NoteListLayoutProps = ReturnType & { handleBulkOrganize?: () => void } const NOTE_LIST_LOADING_ROWS = [ { title: 184, line: 254, selected: false }, { title: 142, line: 220, selected: true }, { title: 98, line: 242, selected: false }, { title: 212, line: 198, selected: false }, ] function NoteListLoadingBar({ width }: { width: number }) { return