config/routes.rb in shadcn-ui-0.0.4 vs config/routes.rb in shadcn-ui-0.0.5

- old
+ new

@@ -6,8 +6,11 @@ get "/docs/components", to: redirect("/docs/components/accordion") get "/components", to: redirect("/docs/components/accordion"), as: :components get "/docs/:id" => "documentation#show", :as => :documentation, :format => false get "/docs", to: "documentation#index", as: :documentation_index + # This is just for the forms component + resources :users + # Defines the root path route ("/") root "application#index" end