Skip to content

Commit

Permalink
frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhilS2 committed May 10, 2024
1 parent b97492d commit 056b0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/loginPage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { GoogleOAuthProvider, useGoogleLogin, googleLogout, TokenResponse} from
import { jwtDecode } from "jwt-decode";
import axios from "axios";


interface User {
name: string;
email: string;
Expand Down
1 change: 1 addition & 0 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ interface Food {
extra_data: Array<string>;
}


interface subCategory {
name: string;
foods: Array<Food>;
Expand Down

0 comments on commit 056b0a3

Please sign in to comment.