Spotify login button

This commit is contained in:
Tobias 2025-08-01 21:15:53 +02:00
parent fcb82e8ffc
commit 6f5226558e
5 changed files with 53 additions and 4 deletions

View file

@ -5,7 +5,6 @@ function CreateStation() {
const [password, setPassword] = useState('');
const handleCreateStation = () => {
// Handle station creation logic here
console.log('Creating station with password:', password);
};