diff --git a/tabby-settings/src/components/releaseNotesTab.component.ts b/tabby-settings/src/components/releaseNotesTab.component.ts index e6f98ca9cc7261fa22eab38eb666a8f3f4bb36d1..95adf48926e9485c2e22a296a02686b8d21112ae 100644 --- a/tabby-settings/src/components/releaseNotesTab.component.ts +++ b/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'