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/configappjs/index.js
2018-06-12 14:44:11 -04:00

5 lines
No EOL
109 B
JavaScript

const setupPage = '';
angular.module('quay', [setupPage]);
console.log('Hello world! I\'m the config app');