Add folder structure

This commit is contained in:
rijkvanzanten
2020-02-05 15:07:20 -05:00
parent 8573e61015
commit ac17f3870f
10 changed files with 100 additions and 0 deletions

7
src/utils/readme.md Normal file
View File

@@ -0,0 +1,7 @@
# Utils
Various utility functions that can be reused across components.
## Testing
Please make sure that new utils have unit tests where appropriate.