rename App.tsx to follow kebab-case naming

This commit is contained in:
2024-04-18 15:17:21 +02:00
parent 337b64759f
commit 6d8ec83bcb
2 changed files with 1 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
import ReactDOM from "react-dom/client";
import { App } from "./App";
import { App } from "./app";
import "./index.css";
ReactDOM.createRoot(document.getElementById("root")!).render(