Closed ReeceHumphreys closed 1 year ago
This PR converts all component file names to kebab case and component folders to kebab case. It also removes any ../ imports in favor of @/components/ based imports.
../
@/components/
This PR converts all component file names to kebab case and component folders to kebab case. It also removes any
../
imports in favor of@/components/
based imports.