1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 05:03:36 +03:00

correct marked usage

This commit is contained in:
Eugene Pankov 2021-12-30 20:14:56 +01:00
parent 909c99d1c0
commit b64c2ae14e
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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'