fix(webapp): import issue.

This commit is contained in:
a.bouhuolia
2023-03-07 21:13:49 +02:00
parent 0ce9c93077
commit 8c3d6b61d6

View File

@@ -1 +1,3 @@
export * from './DashboardTopbar';
import DashboardTopbar from './DashboardTopbar';
export default DashboardTopbar;