Removed line

2025-08-28 23:08:17 +02:00
parent 37cf120add
commit 9c107fae19

@@ -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: