From 9c107fae19a102f5c701393c8d3b1d57c76a1aa3 Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Thu, 28 Aug 2025 23:08:17 +0200 Subject: [PATCH] Removed line --- V2ModuleStructure.md | 2 -- 1 file changed, 2 deletions(-) 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: