diff options
| author | polwex <polwex@sortug.com> | 2025-11-23 13:29:28 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-11-23 13:29:28 +0700 |
| commit | ba2dbc660c229d3e86662d35513dfa7c904d9870 (patch) | |
| tree | afdc039ac31587be0a3d089d024222fb2023fbe9 /packages/prosody-ui/index.ts | |
| parent | cb1b56f5a0eddbf77446f415f2beda57c8305f85 (diff) | |
Diffstat (limited to 'packages/prosody-ui/index.ts')
| -rw-r--r-- | packages/prosody-ui/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/prosody-ui/index.ts b/packages/prosody-ui/index.ts index f7339a2..2c00fbe 100644 --- a/packages/prosody-ui/index.ts +++ b/packages/prosody-ui/index.ts @@ -1,3 +1,6 @@ +import "./src/styles/styles.css"; +import "@sortug/lib/src/styles.css"; + import LangText from "./src/LangText.tsx"; import FontChanger from "./src/fonts/FontChanger.tsx"; import Paragraph from "./src/Paragraph.tsx"; |
