Add relative path mapping
This commit is contained in:
parent
7a6443d377
commit
d39fc288aa
5 changed files with 12 additions and 7 deletions
|
@ -1,6 +1,3 @@
|
|||
// Import Styles
|
||||
import '../css/directives/components/main.scss';
|
||||
|
||||
// Import Components
|
||||
import {rpDirectives as repoPage} from "./directives/components/pages/repo-page/main";
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
import "sass/repo-page/repo-page.scss";
|
||||
import * as angular from "angular";
|
||||
|
||||
import repoHeader from "./header";
|
||||
|
|
Reference in a new issue