re-organize component directory #45
Labels
documentation
Improvements or additions to documentation
enhancement
small fix or addition to something that we were working on
right now our component directory is a mess and not in line with the naming convention of the rest of the repo
somethings that we should probablly do
Components/
tocomponents/
components/
directory, it should be in a sub-directory of componentsfor example if we have the following:
Components/navbar.tsx
it should become
components/NavBar/navbar.tsx
The text was updated successfully, but these errors were encountered: