export { PaginatedProjectGrid } from './components/PaginatedProjectGrid';
export type { PaginatedProjectGridProps, Project } from './types';
