summaryrefslogtreecommitdiff
path: root/src/components/Rsvp.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-04-26 11:51:49 -0700
committerMichael Hunteman <michael@huntm.net>2024-04-26 11:51:49 -0700
commitc67f9987cad34ec1a0a03e72326173d23e3f4360 (patch)
treee785366406fff94d57d17c9a45668b7810b74de9 /src/components/Rsvp.tsx
parentfc07a039bb79cc7647b7ba7edee46e4f019093e0 (diff)
Use bun
Diffstat (limited to 'src/components/Rsvp.tsx')
-rw-r--r--src/components/Rsvp.tsx1
1 files changed, 1 insertions, 0 deletions
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';