0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Remove unused React import

This commit is contained in:
Trevor Buckner
2025-07-15 17:41:56 +00:00
parent 0a02f910f8
commit b587d17397

View File

@@ -1,7 +1,6 @@
/* eslint-disable camelcase */
import 'core-js/es/string/to-well-formed.js'; //Polyfill for older browsers
import './homebrew.less';
import React from 'react';
import { StaticRouter as Router, Route, Routes, useParams, useSearchParams } from 'react-router';
import HomePage from './pages/homePage/homePage.jsx';