Skip to content

Commit 70dc655

Browse files
committed
chore: updated demo
1 parent 0a08397 commit 70dc655

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@radix-ui/react-icons": "^1.3.0",
1414
"@radix-ui/themes": "^3.1.4",
15-
"radix-os": "^0.2.56",
15+
"radix-os": "^0.2.57",
1616
"radix-ui": "^1.0.1",
1717
"react": "^18.3.1",
1818
"react-confetti": "^6.1.0",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.tsx

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
import { InfoCircledIcon } from "@radix-ui/react-icons";
2-
import "@radix-ui/themes/styles.css";
3-
import {
4-
createUseAppLauncher,
5-
createZustandFsIntegration,
6-
RadixOS,
7-
setupApps,
8-
} from "../packages/radix-os/src/index";
9-
//} from "radix-os";
102
import {
113
Box,
124
Flex,
135
Heading,
146
Link,
157
Text,
168
} from "@radix-ui/themes";
9+
import "@radix-ui/themes/styles.css";
10+
import {
11+
createUseAppLauncher,
12+
createZustandFsIntegration,
13+
RadixOS,
14+
setupApps,
15+
} from "radix-os";
1716
import { StrictMode } from "react";
1817
import { createRoot } from "react-dom/client";
1918
import "./index.css";

0 commit comments

Comments
 (0)