Skip to content

Commit

Permalink
Rename app.tsx to App.tsx to fix case sensitivity issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mac authored and mac committed Oct 4, 2024
1 parent 98d7763 commit 481fdd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.app.tsbuildinfo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"root":["./src/app.tsx","./src/chessengine.ts","./src/main.tsx","./src/vite-env.d.ts","./src/chessboard/chessboarddetection.ts","./src/chessboard/fengeneration.ts","./src/chessboard/movehelper.ts","./src/chessboard/overlaycreation.ts","./src/chessboard/piecedetection.ts","./src/chessboard/templatematching.ts","./src/chessboard/types.ts","./src/chessboard/utils.ts","./src/components/chessboarddisplay.tsx","./src/components/chessboardoverlay.tsx","./src/components/fendisplay.tsx","./src/components/imageuploader.tsx","./src/components/solutiondisplay.tsx"],"version":"5.6.2"}
{"root":["./src/App.tsx","./src/chessengine.ts","./src/main.tsx","./src/vite-env.d.ts","./src/chessboard/chessboarddetection.ts","./src/chessboard/fengeneration.ts","./src/chessboard/movehelper.ts","./src/chessboard/overlaycreation.ts","./src/chessboard/piecedetection.ts","./src/chessboard/templatematching.ts","./src/chessboard/types.ts","./src/chessboard/utils.ts","./src/components/chessboarddisplay.tsx","./src/components/chessboardoverlay.tsx","./src/components/fendisplay.tsx","./src/components/imageuploader.tsx","./src/components/solutiondisplay.tsx"],"version":"5.6.2"}

0 comments on commit 481fdd9

Please sign in to comment.