Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6d094af2b | ||
|
|
185ef5bfda |
@@ -1,8 +1,11 @@
|
||||
import ApiKeys from './modules/rs-module-api-keys.mjs';
|
||||
import Geocoder from './modules/geocode.mjs';
|
||||
import initializeSettings from './modules/settings.mjs';
|
||||
import initializeProfileUpdates from './modules/profile.mjs';
|
||||
import { showElement, hideElement, renderImage } from './modules/dom-helpers.mjs';
|
||||
//
|
||||
// License: Do whatever you want with it. I'm not liable.
|
||||
//
|
||||
import ApiKeys from './lib/rs-module-api-keys.mjs';
|
||||
import Geocoder from './lib/geocode.mjs';
|
||||
import initializeSettings from './lib/settings.mjs';
|
||||
import initializeProfileUpdates from './lib/profile.mjs';
|
||||
import { showElement, hideElement, renderImage } from './lib/dom-helpers.mjs';
|
||||
|
||||
const remoteStorage = new RemoteStorage({ modules: [ApiKeys] });
|
||||
remoteStorage.access.claim('profile', 'rw');
|
||||
|
||||
Vendored
+27
-469
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user