basic loading of user's studies

This commit is contained in:
2026-06-09 10:31:59 +02:00
parent 0b1a0e6457
commit 7b2bf3161b
7 changed files with 111 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
const LichessStudyUrlInput = () => {
return <input placeholder="Lichess Study URL" className="" />;
};
export default LichessStudyUrlInput;