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 18:15:52 +00:00
// Import Components
2016-11-01 18:28:27 +00:00
import {rpDirectives as repoPage} from "./directives/components/pages/repo-page/main";
2016-10-31 20:21:45 +00:00
// Init for each page
2016-11-01 18:28:27 +00:00
repoPage();