0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 23:02:45 +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

@@ -21,7 +21,7 @@ const Account = require('../../navbar/account.navitem.jsx');
const RecentNavItem = require('../../navbar/recent.navitem.jsx').both;
const VaultNavItem = require('../../navbar/vault.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');