We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06204d6 commit ee42976Copy full SHA for ee42976
1 file changed
src/frontend/src/pages/HomePage/components/FeaturedProjects.tsx
@@ -3,10 +3,8 @@
3
* See the LICENSE file in the repository root folder for details.
4
*/
5
6
-import FeaturedProjectsCard from './FeaturedProjectsCard';
7
import { useFeaturedProjects } from '../../../hooks/organizations.hooks';
8
import ErrorPage from '../../ErrorPage';
9
-import { wbsPipe } from 'shared';
10
import LoadingIndicator from '../../../components/LoadingIndicator';
11
import ScrollablePageBlock from './ScrollablePageBlock';
12
import EmptyPageBlockDisplay from './EmptyPageBlockDisplay';
0 commit comments