Skip to content

Commit

Permalink
fix(config): change import resource mod to independent file
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Mar 27, 2022
1 parent 517305c commit cdc0cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/extractor.ts
@@ -1,5 +1,5 @@
import { Extractor } from "./types.ts";
import { extractSimple } from "../core/mod.ts";
import { extractSimple } from "../core/extract.ts";

export const SimpleExtractor: Extractor = {
name: "@mapcss/simple-extractor",
Expand Down

0 comments on commit cdc0cce

Please sign in to comment.