mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 14:12:40 +00:00
Looks like react is needed by some other components later on
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* 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';
|
||||
|
||||
Reference in New Issue
Block a user