Spotify login button
This commit is contained in:
parent
fcb82e8ffc
commit
6f5226558e
5 changed files with 53 additions and 4 deletions
|
@ -5,7 +5,6 @@ function CreateStation() {
|
|||
const [password, setPassword] = useState('');
|
||||
|
||||
const handleCreateStation = () => {
|
||||
// Handle station creation logic here
|
||||
console.log('Creating station with password:', password);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue