Fix build error

Fixes a build error caused by an incorrect import path and CSS ordering.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-17 15:48:30 +00:00
parent a63cd23580
commit 10273e28cb
5 changed files with 54 additions and 23 deletions

6
src/plugins/index.ts Normal file
View File

@@ -0,0 +1,6 @@
import BuildInfo from './build-info';
export {
BuildInfo
};