Make the ssb app use the global identity picker.

This commit is contained in:
2024-04-13 19:52:40 -04:00
parent 28d08e013f
commit 8007e71e1d
6 changed files with 37 additions and 81 deletions

View File

@ -1,7 +1,6 @@
import {LitElement, html} from './lit-all.min.js';
import * as tfrpc from '/static/tfrpc.js';
import * as tf_id_picker from './tf-id-picker.js';
import * as tf_app from './tf-app.js';
import * as tf_message from './tf-message.js';
import * as tf_user from './tf-user.js';