mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
🔄 Update community and service localization strings 📝 Include new UI labels and placeholders for service management features
9 lines
158 B
JavaScript
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);
|