🤖 fix(web/layout): rename HeaderBar -> headerbar (case sensitive)

This commit is contained in:
t0ng7u
2025-09-02 04:03:19 +08:00
parent c28e89abb8
commit 94129c48ea
11 changed files with 904 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
For commercial licensing, please contact support@quantumnous.com
*/
import HeaderBar from './headerbar/index.jsx';
import HeaderBar from './headerbar';
import { Layout } from '@douyinfe/semi-ui';
import SiderBar from './SiderBar';
import App from '../../App';