Files
einundzwanzig-app/resources/js/app.js
HolgerHatGarKeineNode 7b0feca298 🌍 Add German translations for Self-Hosted Services and related terms
🔄 Update community and service localization strings
📝 Include new UI labels and placeholders for service management features
2025-12-11 16:58:49 +01:00

9 lines
158 B
JavaScript

import nostrLogin from "./nostrLogin.js";
import L from 'leaflet';
import 'leaflet/dist/leaflet.css';
window.L = L;
Alpine.data('nostrLogin', nostrLogin);