feat(@ui): migrate date divider and details

This commit is contained in:
Paul Makles
2022-05-29 16:40:02 +01:00
parent 677d56354a
commit be850e568b
4 changed files with 6 additions and 140 deletions

View File

@@ -1,8 +1,8 @@
import { ChevronDown } from "@styled-icons/boxicons-regular";
import { useApplicationState } from "../../mobx/State";
import { Details } from "@revoltchat/ui";
import Details from "../ui/Details";
import { useApplicationState } from "../../mobx/State";
import { Children } from "../../types/Preact";