LearnNewsExamplesServices
Frontmatter
id2863
titleapp.mjs files => check if we can simplify the export statements
stateClosed
labels
enhancement
assigneestobiu
createdAtFeb 1, 2022, 3:37 PM
updatedAtFeb 1, 2022, 8:50 PM
githubUrlhttps://github.com/neomjs/neo/issues/2863
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 1, 2022, 8:50 PM

app.mjs files => check if we can simplify the export statements

Closed v8.1.0 enhancement
tobiu
tobiu commented on Feb 1, 2022, 3:37 PM

(No description provided)

tobiu added the enhancement label on Feb 1, 2022, 3:37 PM
tobiu assigned to @tobiu on Feb 1, 2022, 3:37 PM
tobiu
tobiu Feb 1, 2022, 8:14 PM
import MainContainer from './view/MainContainer.mjs';

export const onStart = () => Neo.app({ mainView: MainContainer, name : 'Covid' });

tobiu referenced in commit efa0c6a - "app.mjs files => check if we can simplify the export statements #2863" on Feb 1, 2022, 8:32 PM
tobiu closed this issue on Feb 1, 2022, 8:50 PM