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/App.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/App.tsx') diff --git a/src/App.tsx b/src/App.tsx index 11540b1..27fc180 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,3 +1,4 @@ +import React from 'react'; import { Outlet } from 'react-router-dom'; import CssBaseline from '@mui/material/CssBaseline'; import NavBar from './components/NavBar'; -- cgit v1.2.3