Browse Source

correct marked usage

Eugene Pankov 4 years ago
parent
commit
b64c2ae14e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tabby-settings/src/components/releaseNotesTab.component.ts

+ 1 - 1
tabby-settings/src/components/releaseNotesTab.component.ts

@@ -1,6 +1,6 @@
 /* eslint-disable @typescript-eslint/explicit-module-boundary-types */
 import axios from 'axios'
-import marked from 'marked'
+import { marked } from 'marked'
 import { Component } from '@angular/core'
 import { BaseTabComponent } from 'tabby-core'