Skip to content

Commit cc43e37

Browse files
committed
Move import 'bluesky-profile-card-embed' to rings.vue as it's used there, for code splitting
1 parent 4b5f8ee commit cc43e37

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: src/main.ts

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import './assets/main.scss';
22

3-
import 'bluesky-profile-card-embed';
4-
// import './custom-elements.ts';
5-
63
import shadow from 'vue-shadow-dom';
74

85
import { createApp } from 'vue';

Diff for: src/pages/rings.vue

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import { computedAsync, useBrowserLocation, useClipboard, type ElementOf } from
1313
import { computed, ref, shallowRef, watch, type Ref } from 'vue';
1414
import { useRoute } from 'vue-router';
1515
16+
import 'bluesky-profile-card-embed';
17+
1618
type Ring = Awaited<ReturnType<typeof getRing>>;
1719
1820
const rings = ref<(Ring & { mainPage: AtUri })[]>();

0 commit comments

Comments
 (0)