Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create project card and some of the home screen #86

Closed
Prev Previous commit
Next Next commit
Fix lint error
henrycatalinismith committed May 21, 2024
commit ebdea32ff3c4c2887baed21d9eae93c630b1317e
2 changes: 1 addition & 1 deletion webapp/src/stories/ProjectCard.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ProjectCard from '@/components/ProjectCard';
import { Box } from '@mui/joy';
import ProjectCard from '@/components/ProjectCard';

const stories = {
component: ProjectCard,