add navbar and new logo

This commit is contained in:
geoffrey45
2022-03-04 08:02:01 +03:00
parent 6931cd926c
commit eebe6b4440
11 changed files with 201 additions and 55 deletions
+3 -4
View File
@@ -1,7 +1,6 @@
from app.models import AllSongs
from app.models import Artists
from app.models import TrackColors
from app.models import AllSongs, Artists, TrackColors, Albums
songs_instance = AllSongs()
artist_instance = Artists()
track_color_instance = TrackColors()
track_color_instance = TrackColors()
album_instance = Albums()