Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjcai committed Apr 21, 2024
1 parent 3ffd25c commit deb425c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pickup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
totalNumberOfItemsInCart,
} from '@/api/supabase/queries/cart_queries';
import { useState, useEffect } from 'react';
import { useRouter} from 'next/navigation';
import { useRouter } from 'next/navigation';
import { Heading4Bold } from '@/styles/fonts';
import { fetchNRecentPickupTimes } from '@/api/supabase/queries/pickup_queries';
import {
Expand Down

0 comments on commit deb425c

Please sign in to comment.