File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import { computed , type Component } from ' vue' ;
2+ import { computed } from ' vue' ;
3+ import type { Component } from ' vue' ;
34import { BellIcon , ExclamationTriangleIcon , ShieldExclamationIcon } from ' @heroicons/vue/24/solid' ;
45import { cn } from ' @unraid/ui' ;
56
Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import { computed , reactive , type Component } from ' vue' ;
2+ import { computed , reactive } from ' vue' ;
3+ import type { Component } from ' vue' ;
34import { computedAsync } from ' @vueuse/core' ;
45import { Markdown } from ' @/helpers/markdown' ;
56import {
Original file line number Diff line number Diff line change 1- import { InMemoryCache , type InMemoryCacheConfig } from '@apollo/client/core' ;
1+ import { InMemoryCache } from '@apollo/client/core' ;
2+ import type { InMemoryCacheConfig } from '@apollo/client/core' ;
23
34import type { NotificationOverview } from '~/composables/gql/graphql' ;
45
Original file line number Diff line number Diff line change 11import DOMPurify from 'isomorphic-dompurify' ;
2- import { Marked , type MarkedExtension } from 'marked' ;
2+ import { Marked } from 'marked' ;
3+ import type { MarkedExtension } from 'marked' ;
34
45const defaultMarkedExtension : MarkedExtension = {
56 hooks : {
You can’t perform that action at this time.
0 commit comments