Run prettier

This commit is contained in:
venashial
2022-06-04 00:46:23 -07:00
parent 597c071c3d
commit c9ec9f14de
49 changed files with 1515 additions and 1469 deletions

View File

@@ -14,7 +14,7 @@ Import the SVG in the `<script>` of your svelte file, and treat the illustration
```svelte
<script>
import NoData from '$assets/images/illustrations/undraw_no_data.svg'
import NoData from '$assets/images/illustrations/undraw_no_data.svg'
</script>
<NoData />