From edcb866e52a5dd43b83cc92f6d0561a0b05e01e6 Mon Sep 17 00:00:00 2001 From: Celine Choi Date: Wed, 11 Oct 2023 20:02:56 -0700 Subject: [PATCH] fixed eslint issues --- src/app/storefront/page.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/storefront/page.tsx b/src/app/storefront/page.tsx index 64e98f90..538b76c4 100644 --- a/src/app/storefront/page.tsx +++ b/src/app/storefront/page.tsx @@ -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 (