diff --git a/V2ModuleStructure.md b/V2ModuleStructure.md index 2b9e40b..1b2f0df 100644 --- a/V2ModuleStructure.md +++ b/V2ModuleStructure.md @@ -47,8 +47,6 @@ Module Root └── tsconfig.json TypeScript configuration file. ``` -_See bottom of the page for a complete directory structure_ - ## Page A page of a module consists of an HTML file, TypeScript and Sass (or CSS). The user page is **required** because it is shown as the module to a user. The other pages are outside the renderer and not required. Each page can leverage modern JavaScript features including import/export statements and external npm packages through its own package.json. Pages have full access to the [ModuleClientAPI](./ModuleClientAPI), which automatically establishes connection with the server-side ModuleServerAPI, enabling real-time communication, property updates, and user interaction. The following representation illustrates the typical file structure for a module page: