move files to locations describing their function
This commit is contained in:
parent
8a590a9bad
commit
89b22bccba
6 changed files with 148 additions and 261 deletions
|
@ -1,24 +0,0 @@
|
|||
/* Popup.js
|
||||
Build the interface for popup
|
||||
*/
|
||||
|
||||
// Import modules.
|
||||
import texts from './read.JS';
|
||||
import windowman from './windowman.JS';
|
||||
let secretariat = await import(chrome.runtime.getURL("scripts/secretariat.js"));
|
||||
|
||||
|
||||
function start() {
|
||||
windowman.prepare();
|
||||
}
|
||||
/* Populate the strings on the page. */
|
||||
function say(element) {
|
||||
// document.title
|
||||
}
|
||||
|
||||
function main() {
|
||||
let tab = start();
|
||||
say(tab);
|
||||
}
|
||||
|
||||
main();
|
Loading…
Add table
Add a link
Reference in a new issue