0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 13:32:45 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-red-background

This commit is contained in:
Víctor Losada Hernández
2025-10-05 19:43:29 +02:00
16 changed files with 260 additions and 148 deletions

View File

@@ -4,6 +4,8 @@ import './homebrew.less';
import React from 'react';
import { StaticRouter as Router, Route, Routes, useParams, useSearchParams } from 'react-router';
import { updateLocalStorage } from './utils/updateLocalStorage/updateLocalStorageKeys.js';
import HomePage from './pages/homePage/homePage.jsx';
import EditPage from './pages/editPage/editPage.jsx';
import UserPage from './pages/userPage/userPage.jsx';
@@ -57,6 +59,7 @@ const Homebrew = (props)=>{
}
return null;
};
updateLocalStorage();
return (
<Router location={url}>