style file input and chess board page

This commit is contained in:
2026-05-31 23:25:09 +02:00
parent 844702aa0a
commit 72f68da3b0
10 changed files with 80 additions and 12 deletions
+7
View File
@@ -0,0 +1,7 @@
import Chessboard from "#/pages/Chessboard.tsx";
const ChessboardContainer = () => {
return <Chessboard />;
};
export default ChessboardContainer;