diff --git a/components/ui/Icon.tsx b/components/ui/Icon.tsx index b344334..1125019 100644 --- a/components/ui/Icon.tsx +++ b/components/ui/Icon.tsx @@ -14,6 +14,7 @@ export type AvailableIcons = | "Diners" | "Discord" | "Discount" + | "Download" | "Elo" | "Ecanna" | "Edit" diff --git a/components/ui/MyDocs.tsx b/components/ui/MyDocs.tsx index 1571a18..f8f389c 100644 --- a/components/ui/MyDocs.tsx +++ b/components/ui/MyDocs.tsx @@ -1,5 +1,6 @@ import Icon from "../../components/ui/Icon.tsx"; import Modal from "../../components/ui/Modal.tsx"; +import PageWrap from "../../components/ui/PageWrap.tsx"; import { useEffect, useState } from "preact/hooks"; import { useUI } from "../../sdk/useUI.ts"; import { h } from "preact"; @@ -20,14 +21,18 @@ const DocList = ({ docs }: { docs: DocListType[] }) => {