-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstructure.txt
57 lines (56 loc) · 1.24 KB
/
structure.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.
|-- README.md
|-- package-lock.json
|-- package.json
|-- public
| |-- favicon.ico
| |-- index.html
| |-- logo192.png
| |-- logo512.png
| |-- manifest.json
| `-- robots.txt
|-- src
| |-- App.css
| |-- App.js
| |-- App.test.js
| |-- components
| | |-- FilterOptions.js
| | |-- LoginModal.js
| | |-- Playlist.js
| | |-- SearchBar.js
| | |-- SongDetailInPlaylist.js
| | |-- SongDetailInSonglist.js
| | |-- SongList.js
| | |-- SpotifyIntegration.js
| | `-- UserProfile.js
| |-- constants
| | |-- appConfig.js
| | `-- spotifyConstants.js
| |-- hooks
| | |-- usePlaylist.js
| | |-- useSongSearch.js
| | `-- useSpotifyAuth.js
| |-- index.css
| |-- index.js
| |-- logo.svg
| |-- reportWebVitals.js
| |-- services
| | `-- spotifyApi.js
| |-- setupTests.js
| |-- styles
| | |-- Layout.css
| | |-- LoginModal.css
| | |-- ScrollableList.css
| | |-- SearchBar.css
| | |-- UserProfile.css
| | `-- components
| | |-- FilterOptions.css
| | `-- SearchBar.css
| |-- testing.js
| `-- utils
| |-- helpers
| | `-- formatters.js
| |-- spotifyAuth.js
| `-- spotifyService.js
`-- structure.txt
10 directories, 44 files