mirror of
https://github.com/TheRealOwenRees/chess-scribe-website.git
synced 2026-07-23 09:56:57 +00:00
style file input and chess board page
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import Chessboard from "#/pages/Chessboard.tsx";
|
||||
|
||||
const ChessboardContainer = () => {
|
||||
return <Chessboard />;
|
||||
};
|
||||
|
||||
export default ChessboardContainer;
|
||||
Reference in New Issue
Block a user