Skip to content

Commit 4281e04

Browse files
committed
Remove unused imports
1 parent 4c5d22f commit 4281e04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/edit/[[path]]+.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ import SignInGate from '@/components/SignInGate.vue';
77
import { language as mdxLang, conf as mdxLangConf } from '@/lib/monaco/mdx-lang';
88
import type { IoGithubAtwebFile } from '@atcute/client/lexicons';
99
import { downloadFile, type Page, type PageMeta } from '@/lib/atproto/atweb-unauthed';
10-
import { encodeFilepath, filepathToPathParameter, filepathToRkey, rkeyToFilepath } from '@/lib/atproto/rkey';
10+
import { filepathToPathParameter, filepathToRkey } from '@/lib/atproto/rkey';
1111
import * as monaco from 'monaco-editor';
1212
import type { AtUri } from '@atproto/syntax';
1313
import { useLocalStorage, watchImmediate } from '@vueuse/core';
1414
import { lookupMime } from '@/lib/mime';
1515
import MonacoEditor from '@/components/MonacoEditor.vue';
1616
import MarkdownRenderer from '@/components/MarkdownRenderer.vue';
17-
import { useRoute, useRouter, type ParamValueOneOrMore } from 'vue-router';
17+
import { useRoute, useRouter } from 'vue-router';
1818
import UsePico from '@/components/UsePico.vue';
1919
import { useVanillaCss } from '@/lib/shared-globals';
2020
import { frameworkStyles } from '@/lib/framework-styles';

0 commit comments

Comments
 (0)