songtianlun
8c598ce3dc
- Remove Flowbite import from application.js - Update tailwind.config.js to exclude Flowbite - Delete package-lock.json to reflect the removal of Flowbite This commit cleans up the project by removing the Flowbite library, which was previously included but is no longer needed. This helps streamline the codebase and may improve performance.
12 lines
286 B
JavaScript
12 lines
286 B
JavaScript
// Configure your import map in config/importmap.rb. Read more: https://github.com/rails/importmap-rails
|
|
import "@hotwired/turbo-rails"
|
|
|
|
// import './add_jquery'
|
|
|
|
// import "jquery/dist/jquery"
|
|
// import "bootstrap/dist/js/bootstrap"
|
|
|
|
// import "./theme_switch"
|
|
|
|
import "./controllers"
|