summaryrefslogtreecommitdiff
path: root/packages/prosody-ui/index.ts
blob: 2c00fbe020d36b334381d35d307f992518e13734 (plain)
1
2
3
4
5
6
7
8
9
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";
import * as Zoom from "./src/zoom";

export { LangText, FontChanger, Paragraph, Zoom };