mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-27 12:40:55 -04:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
|
|
//= include ../../../bower_components/jquery/dist/jquery.js
|
||
|
|
|
||
|
|
(function() {
|
||
|
|
console.log("Hello world");
|
||
|
|
})();
|