Skip to content

Commit

Permalink
chore: rename App.tsx to app.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jul 23, 2024
1 parent 3541d00 commit 26f6c60
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 src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import App from "./App.js";
import App from "./app.js";
import "./index.css";
import React from "react";
import ReactDOM from "react-dom/client";
Expand Down

0 comments on commit 26f6c60

Please sign in to comment.