Skip to content

Commit

Permalink
upd: change @refina/mdui2 to @refina/mdui
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Dec 8, 2023
1 parent a8642bc commit ba229b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"./*": "./*"
},
"dependencies": {
"@refina/mdui2": "link:..\\..\\..\\refina\\packages\\mdui2",
"@refina/mdui": "link:..\\..\\..\\refina\\packages\\mdui",
"refina": "link:..\\..\\..\\refina\\packages\\core"
}
}
4 changes: 2 additions & 2 deletions packages/runtime/src/plugin.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import MdUI2 from "@refina/mdui2";
import MdUI from "@refina/mdui";
import { Plugin } from "refina";

const QuasiRuntime = new Plugin("quasi-runtime", (app) => {
MdUI2.install(app);
MdUI.install(app);
});
export default QuasiRuntime;
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba229b8

Please sign in to comment.