Skip to content

Commit

Permalink
Merge pull request #13 from bitovi/feature/exercise-routing
Browse files Browse the repository at this point in the history
shared
  • Loading branch information
DavidNic11 authored Jul 23, 2024
2 parents 890015e + 58c2a9c commit c2dad89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/order/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default defineConfig({
},
shared: {
"@mantine/core": {
requiredVersion: false,
requiredVersion: "^7.10.2",
singleton: true,
},
"@mantine/emotion": {
Expand Down
2 changes: 1 addition & 1 deletion packages/profile/rsbuild.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineConfig({
filename: "remoteEntry.js",
shared: {
"@mantine/core": {
requiredVersion: false,
requiredVersion: "^7.10.2",
singleton: true,
},
"@mantine/emotion": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Text } from "@mantine/core";
import { Code, Text } from "@mantine/core";
import ExerciseLayout from "../../shared/components/ExerciseLayout";

const SharingCommonModules = () => {
Expand All @@ -9,8 +9,8 @@ const SharingCommonModules = () => {
next="../exercise-3"
>
<Text>
You may continue from your work on Exercise 1, or
check out a clean branch using the command below.
You may continue from your work on Exercise 1, or check out a clean
branch using the command below.
</Text>
<Code my="lg" block>
git checkout exercise-2
Expand Down

0 comments on commit c2dad89

Please sign in to comment.