This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/js/app.tsx

6 lines
143 B
TypeScript
Raw Normal View History

2016-11-02 14:15:52 -04:00
// Import Components
2016-11-01 14:28:27 -04:00
import {rpDirectives as repoPage} from "./directives/components/pages/repo-page/main";
2016-10-31 16:21:45 -04:00
// Init for each page
2016-11-01 14:28:27 -04:00
repoPage();