Skip to content

Commit

Permalink
added missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
imadibrahimk committed Sep 23, 2024
1 parent 72d8e24 commit 01cc05f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"start:backend": "cd backend && deno run --allow-net --allow-read --watch src/server.ts",
"start": "react-scripts start",
"build": "react-scripts build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ function App() {
return (

<div className='tailwind-scope' style={{ fontFamily: 'ClashDisplay' }}>
{/* {showWPage ? (
{showWPage ? (
<WPage />
) : ( */}
) : (
<>
<Navbarr data={data} />
<Cards data={data} />
</>
{/* )} */}
)}

</div>
);
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Cards/Cards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Cards(props) {
const datas = dummyData;


console.log('data to copy :',datas);
// console.log('data to copy :',datas);


// Remove duplicates based on membershipId
Expand Down

1 comment on commit 01cc05f

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 01cc05f Sep 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/backend/src/server.ts".

Please sign in to comment.