2025-02-13 10:47:54 -07:00
parent a7df0b4d30
commit e157ae4414
5 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
import React from "react";
const HowToUse = () => {
return (
<div>
<h1>How To Use?</h1>
</div>
);
};
export default HowToUse;

View File

@@ -11,7 +11,7 @@ const Login = () => {
return () => clearTimeout(timeoutID);
}, []);
return <div className={styles.login_wrapper}>Redirecting to Spotify...</div>;
return <div className={styles.login_wrapper}>Logging in to Spotify...</div>;
};
export default Login;