Skip to content

Commit

Permalink
fixed eslint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
celinechoiii committed Oct 12, 2023
1 parent 2186ebe commit edcb866
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/app/storefront/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ import React from 'react';
import Link from 'next/link';
import { GlobalStyle, Button } from './styles';

function handleCheckoutClick() {
window.location.href = '/checkout';
}

function handleProfileClick() {
window.location.href = '/profileScreen';
}

export default function App() {
return (
<main>
Expand Down

0 comments on commit edcb866

Please sign in to comment.