Skip to content

Commit f0dcf14

Browse files
authored
[chore] shorten import statement (#8178)
1 parent 1f8e53a commit f0dcf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/compile/render_dom/wrappers/RawMustacheTag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { namespaces } from './../../../utils/namespaces';
1+
import { namespaces } from '../../../utils/namespaces';
22
import { b, x } from 'code-red';
33
import Renderer from '../Renderer';
44
import Block from '../Block';

0 commit comments

Comments
 (0)