Skip to content

Commit

Permalink
fixed import error
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush4345 committed Mar 1, 2024
1 parent 9176ebc commit 809fa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectsPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ProjectsPage.js
import React, { useState } from 'react';
import React, { useState,useEffect } from 'react';
import ProjectCard from './ProjectCard';
import ReactPaginate from 'react-paginate';
import './ProjectsPage.css'; // Import your CSS for styling
Expand Down

0 comments on commit 809fa54

Please sign in to comment.