0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-18 16:32:43 +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

@@ -15,7 +15,7 @@ const AccountNavItem = require('../../navbar/account.navitem.jsx');
const ErrorNavItem = require('../../navbar/error-navitem.jsx');
const { fetchThemeBundle } = require('../../../../shared/helpers.js');
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');