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/Admin.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/Admin.tsx') diff --git a/src/components/Admin.tsx b/src/components/Admin.tsx index a3da3fa..1c941a5 100644 --- a/src/components/Admin.tsx +++ b/src/components/Admin.tsx @@ -1,3 +1,4 @@ +import React from 'react'; import { useGetGuestsQuery } from '../apiSlice'; function Admin() { -- cgit v1.2.3