feat: 🎉 Rating Orama!
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import Alpine from "https://cdn.jsdelivr.net/npm/alpinejs@3.12.0/dist/module.esm.js";
|
||||
import { search } from "./components/search.js";
|
||||
|
||||
window.Alpine = Alpine;
|
||||
|
||||
Alpine.data('search', search)
|
||||
|
||||
Alpine.start();
|
||||
Reference in New Issue
Block a user