From c67f9987cad34ec1a0a03e72326173d23e3f4360 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Fri, 26 Apr 2024 11:51:49 -0700 Subject: Use bun --- src/components/Rsvp.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/Rsvp.tsx') diff --git a/src/components/Rsvp.tsx b/src/components/Rsvp.tsx index 104196f..dad7213 100644 --- a/src/components/Rsvp.tsx +++ b/src/components/Rsvp.tsx @@ -1,3 +1,4 @@ +import React from 'react'; import { useMemo } from 'react'; import { useLocation, Navigate, Outlet } from 'react-router-dom'; import { useSelector } from 'react-redux'; -- cgit v1.2.3