feat(show): wip to checkout
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { Application } from "@hotwired/stimulus";
|
||||
import Alpine from "alpinejs";
|
||||
|
||||
const application = Application.start();
|
||||
|
||||
@@ -7,8 +6,4 @@ const application = Application.start();
|
||||
application.debug = false;
|
||||
window.Stimulus = application;
|
||||
|
||||
// Configure and load Alpine
|
||||
window.Alpine = Alpine;
|
||||
Alpine.start();
|
||||
|
||||
export { application };
|
||||
|
||||
Reference in New Issue
Block a user