This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/static/js/app.tsx
2016-11-02 14:56:43 -04:00

8 lines
210 B
TypeScript

// Import Styles
import '../css/directives/components/main.scss';
// Import Components
import {rpDirectives as repoPage} from "./directives/components/pages/repo-page/main";
// Init for each page
repoPage();