Add searchbar component

This commit is contained in:
2024-03-15 16:59:29 -04:00
parent 464596cd11
commit 39bc660478
4 changed files with 261 additions and 0 deletions

View File

@ -3,6 +3,8 @@
@import 'queue.scss';
@import 'login.scss';
@import 'signup.scss';
@import 'song.scss';
@import 'searchbar.scss';
body {
font-family: sans-serif;
@ -11,3 +13,8 @@ body {
margin: 0;
padding: 0;
}
.home {
width: 100%;
height: 100%;
}