baaz-custom-components 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1206,7 +1206,7 @@ var navbarData = {
|
|
|
1206
1206
|
}
|
|
1207
1207
|
};
|
|
1208
1208
|
|
|
1209
|
-
// src/components/custom/navbar/
|
|
1209
|
+
// src/components/custom/navbar/index.tsx
|
|
1210
1210
|
import { Fragment, jsx as jsx15, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
1211
1211
|
var defaultUserData = {
|
|
1212
1212
|
name: "test",
|