Skip to content

Commit

Permalink
prodn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinamra-21 committed Dec 19, 2024
1 parent b03cd47 commit ddef17c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/projectDetail_1/page.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React from 'react';
import Efficycle from '../components/Efficycle';
// import React from 'react';
// import Efficycle from '../components/Efficycle';

export default function Highlights() {
return (
<main>
<Efficycle/>
</main>
);
};
// export default function Highlights() {
// return (
// <main>
// <Efficycle/>
// </main>
// );
// };

0 comments on commit ddef17c

Please sign in to comment.