0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 10:12:40 +00:00

Moving splitPane over to the components folder

Just to reduce the number of changes needed to review on the UI overhaul #4122 PR
This commit is contained in:
Trevor Buckner
2025-07-29 16:35:25 -04:00
parent 63d957fdc6
commit 719edd82c5
6 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ const ErrorNavItem = require('../../navbar/error-navitem.jsx');
const RecentNavItem = require('../../navbar/recent.navitem.jsx').both;
const HelpNavItem = require('../../navbar/help.navitem.jsx');
const SplitPane = require('naturalcrit/splitPane/splitPane.jsx');
const SplitPane = require('client/components/splitPane/splitPane.jsx');
const Editor = require('../../editor/editor.jsx');
const BrewRenderer = require('../../brewRenderer/brewRenderer.jsx');