Skip to content

Commit

Permalink
Merge branch 'main' into buyankhuu/logOutButton
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanAuyeung authored Oct 13, 2023
2 parents 1ea3940 + 81bcfe6 commit 3600100
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 0 deletions.
58 changes: 58 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"prettier:fix": "npx prettier --write ."
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@supabase/supabase-js": "^2.37.0",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
Expand Down
1 change: 1 addition & 0 deletions src/app/storefront/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
'use client';


import React, { useState } from 'react';
import { getProduct, filterProduct } from './helperFunction';

Expand Down

0 comments on commit 3600100

Please sign in to comment.