Skip to content

Commit

Permalink
chore: remove extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Apr 28, 2023
1 parent 7d74687 commit 4efc63c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/docs/modules/page-config/blocks/api/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { defineBlockTransform } from "../../compiler/define-block-transform";
import { CssVariables } from "./types";
import { checker } from './component-parser/meta'
import { ComponentMeta } from 'vue-component-meta';
import ts from 'typescript/lib/tsserverlibrary';

const parseCssComment = (line: string) =>
(line.match(/\/\/(.*)|\/\*(.*)\*\//) || []).slice(1).filter((s) => Boolean(s)).join('').trim()
Expand Down

0 comments on commit 4efc63c

Please sign in to comment.