Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit dd823c2

Browse files
committed
design updates changes
1 parent c822c55 commit dd823c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config/local.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"imports": {
3-
"@topcoder/micro-frontends-navbar-app": "http://local.topcoder-dev.com:8080/navbar/topcoder-micro-frontends-navbar-app.js",
3+
"@topcoder/micro-frontends-navbar-app": "http://local.topcoder-dev.com:8080/topcoder-micro-frontends-navbar-app.js",
44
"@topcoder/micro-frontends-react-app": "http://local.topcoder-dev.com:8500/topcoder-micro-frontends-react-app.js",
55
"@topcoder/micro-frontends-angular-app": "http://local.topcoder-dev.com:4200/main.js",
66
"@topcoder/micro-frontends-teams": "http://local.topcoder-dev.com:8501/taas-app/topcoder-micro-frontends-teams.js"

src/topcoder-micro-frontends-frame.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
constructRoutes,
55
constructLayoutEngine,
66
} from "single-spa-layout";
7+
import "./reuse/global.css?modules=false";
78

89
const routes = constructRoutes(document.querySelector("#single-spa-layout"));
910
const applications = constructApplications({

0 commit comments

Comments
 (0)