Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnaveira committed Sep 25, 2023
1 parent b3b5fea commit ee70239
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 375 deletions.
10 changes: 0 additions & 10 deletions packages/site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,6 @@ const Index = () => {
}
};

function createData(
name: string,
calories: number,
fat: number,
carbs: number,
protein: number,
) {
return { name, calories, fat, carbs, protein };
}

const handleCopyClick = async (text: string) => {
navigator.clipboard.writeText(text);
};
Expand Down
365 changes: 0 additions & 365 deletions packages/site/src/pages/index_old.tsx

This file was deleted.

0 comments on commit ee70239

Please sign in to comment.