Skip to content

Commit

Permalink
ci: temp rename to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarbibe committed Jul 4, 2024
1 parent e63ee29 commit f66b137
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/demo/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/components/theme-provider";

import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import App from "./app";
import App from "./apps";

const el = document.getElementById("root");
if (el) {
Expand Down

0 comments on commit f66b137

Please sign in to comment.