Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
unewMe committed May 15, 2024
1 parent 580fe77 commit 0e19d74
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/appContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export interface AppContextType {
}

const AppContext = createContext<AppContextType>({
favorites: [],
favorites: [],
// eslint-disable-next-line @typescript-eslint/no-empty-function
handleFavorite: () => {},
});
Expand Down Expand Up @@ -48,5 +48,3 @@ export function AppContextProvider({
export function useAppContext() {
return useContext(AppContext);
}

//elo zelo

0 comments on commit 0e19d74

Please sign in to comment.