Skip to content

Commit

Permalink
Update interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp77 committed Sep 17, 2023
1 parent 81c557b commit f3a34e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/section_portfolio.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import Image from 'next/image';
import Image, {StaticImageData} from 'next/image';
import Link from 'next/link';
import React from "react";

interface PortfolioItemProps {
id: number;
title: string;
category: string;
image: string;
image: StaticImageData;
permalink: string;
}

Expand Down

0 comments on commit f3a34e0

Please sign in to comment.