Skip to content

Commit 1fdc74c

Browse files
committed
chore: remove unused export
1 parent 1d12570 commit 1fdc74c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

‎app/storybook/mocks/handlers/profile.ts‎

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@ export const mockProfile: NPMXProfile = {
1111
recordExists: true,
1212
}
1313

14-
export const mockLikedPackages = [
15-
'https://npmx.dev/package/nuxt',
16-
'https://npmx.dev/package/vitest',
17-
]
14+
const mockLikedPackages = ['https://npmx.dev/package/nuxt', 'https://npmx.dev/package/vitest']
1815

19-
export function createMockAuthSession(handle: string) {
16+
function createMockAuthSession(handle: string) {
2017
return {
2118
did: `did:plc:${handle}`,
2219
handle,

0 commit comments

Comments
 (0)