Improve import alias
@file/ and @export/ instead of file/ and export/ etc
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
import { expect } from "chai";
|
||||
import * as sinon from "sinon";
|
||||
|
||||
import { File, Footer, Header, Paragraph } from "file";
|
||||
import { File } from "@file/file";
|
||||
import { Footer, Header } from "@file/header";
|
||||
import { Paragraph } from "@file/paragraph";
|
||||
|
||||
import { Compiler } from "./next-compiler";
|
||||
|
||||
|
Reference in New Issue
Block a user