diff --git a/src/index.ts b/src/index.ts index 0a963226..25d95221 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,7 @@ * PCUI is a front-end framework designed for creating user interfaces in web applications. It is * particularly well-suited for building browser-based tools. It offers a comprehensive set of UI * components like buttons, sliders, menus and data inputs. - * + * * PCUI is written in TypeScript. The API can be used from both TypeScript and JavaScript. A React * wrapper is provided for easy integration with React applications. *