/**
* TaskListsView - View component for displaying task lists grouped by project
*
* Requirements: 5.1, 5.2, 5.3, 5.4, 5.5
* - 5.1: Display SearchFilterBar with search input and SortFilterButton at top
* - 5.2: Display TaskListCard components grouped by project using ProjectGroup in MasonryGrid
* - 5.3: Filter TaskListCard components based on search query
* - 5.4: Navigate to /lists/{taskListId} on card click
* - 5.5: Reorder or filter TaskListCard components via SortFilterPopup
*/
export * from "./TaskListsView";
export { default } from "./TaskListsView";