0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 01:02:48 +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-09-29 22:28:12 +02:00
24 changed files with 1731 additions and 1546 deletions

View File

@@ -12,7 +12,7 @@ const Account = require('../../navbar/account.navitem.jsx');
const NewBrew = require('../../navbar/newbrew.navitem.jsx');
const HelpNavItem = require('../../navbar/help.navitem.jsx');
const BrewItem = require('../basePages/listPage/brewItem/brewItem.jsx');
const SplitPane = require('../../../../shared/naturalcrit/splitPane/splitPane.jsx');
const SplitPane = require('client/components/splitPane/splitPane.jsx');
const ErrorIndex = require('../errorPage/errors/errorIndex.js');
import request from '../../utils/request-middleware.js';