Skip to content

Commit

Permalink
style: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 20, 2022
1 parent 8cef873 commit ea55b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composables/content-render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Node } from 'ultrahtml'
import { Fragment, h, isVNode } from 'vue'
import type { VNode } from 'vue'
import { RouterLink } from 'vue-router'
import { parseMastodonHTML, decodeHtml } from './content-parse'
import { decodeHtml, parseMastodonHTML } from './content-parse'
import ContentCode from '~/components/content/ContentCode.vue'
import AccountHoverWrapper from '~/components/account/AccountHoverWrapper.vue'

Expand Down

0 comments on commit ea55b9e

Please sign in to comment.