Skip to content

Commit

Permalink
Removed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danitome24 committed Sep 18, 2024
1 parent 6726d8d commit 58c8dd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Image from "next/image";
import Link from "next/link";
import { Builder } from "~~/types/builders";
import Link from 'next/link';

type ProfilePictureProps = {
person: Builder;
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/app/builders/_components/MentorPicture.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Image from "next/image";
import Link from "next/link";
import { Mentor } from "~~/types/builders";
import Link from 'next/link';

type ProfilePictureProps = {
person: Mentor;
Expand Down

0 comments on commit 58c8dd1

Please sign in to comment.