Add README.md
This commit is contained in:
parent
9ce49bcf1c
commit
3a7c238325
1 changed files with 16 additions and 0 deletions
16
README.md
Normal file
16
README.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
### File Locations
|
||||||
|
trackStore.js
|
||||||
|
src/stores/trackStore.js
|
||||||
|
|
||||||
|
LastFM.svelte
|
||||||
|
doesnt matter as long as it can be imported
|
||||||
|
|
||||||
|
example
|
||||||
|
|
||||||
|
```
|
||||||
|
<script>
|
||||||
|
import LastFM from '$lib/LastFM.svelte'
|
||||||
|
</script>
|
||||||
|
</LastFM>
|
||||||
|
```
|
||||||
|
more or less :p
|
Loading…
Add table
Add a link
Reference in a new issue