Skip to content

Commit

Permalink
Removed unused import from the projects page
Browse files Browse the repository at this point in the history
  • Loading branch information
ketrab2004 committed Apr 7, 2022
1 parent f681c0a commit 9a3bd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/projects/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useRouter } from 'next/router'

import { Projects } from "@data/projects";
import { ProjectItem } from "@components";
import { DefaultSeo, BreadcrumbJsonLd, NextSeo } from "next-seo";
import { NextSeo, BreadcrumbJsonLd } from "next-seo";
import { useState, useEffect } from "react";

export const ProjectsPage: NextPage = () => {
Expand Down

0 comments on commit 9a3bd32

Please sign in to comment.