/**
* ProjectsView - View component for displaying projects in a masonry grid
*
* Requirements: 3.1, 3.2, 3.3, 3.4, 3.5
* - 3.1: Display SearchFilterBar with search input and SortFilterButton at top
* - 3.2: Display all ProjectCard components in a MasonryGrid layout
* - 3.3: Filter ProjectCard components based on search query
* - 3.4: Navigate to /projects/{projectId} on card click
* - 3.5: Reorder or filter ProjectCard components via SortFilterPopup
*/
export * from "./ProjectsView";
export { default } from "./ProjectsView";