Skip to content

Commit

Permalink
refactor: Grid Structure Changes to match feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
FAUSTMANNSTEF committed Dec 20, 2024
1 parent 1f70064 commit e95fb28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Grids/ZDSGrantCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Box from "@mui/material/Box";
import Divider from "@mui/material/Divider";
import Typography from "@mui/material/Typography";
import LocationIcon from "@mui/icons-material/LocationOn";
import { GrantCardProps } from "./data";
import { GrantCardProps } from "./interface";

export const ZDSGrantCard: React.FC<GrantCardProps> = (
props: GrantCardProps
Expand Down
File renamed without changes.

0 comments on commit e95fb28

Please sign in to comment.