Skip to content
Snippets Groups Projects
Commit a936b205 authored by Seth Ladd's avatar Seth Ladd
Browse files

move entry point to top of file

parent 46df55a3
No related branches found
No related tags found
No related merge requests found
import 'dart:html';
main() {
initWsk();
}
initWsk() {
var navdrawerContainer = querySelector('.navdrawer-container');
var appbarElement = querySelector('.app-bar');
......@@ -27,7 +31,3 @@ initWsk() {
}
});
}
main() {
initWsk();
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment