refactor: ⬆️ Update @lysand-org/client to 0.2.0, use its types instead

This commit is contained in:
Jesse Wierzbinski 2024-06-19 13:57:38 -10:00
parent cd1fb48b68
commit 8a984abfb2
No known key found for this signature in database
75 changed files with 63 additions and 640 deletions

View file

@ -13,7 +13,7 @@
</template>
<script lang="ts" setup>
import type { Status } from "~/types/mastodon/status";
import type { Status } from "@lysand-org/client/types";
const props = defineProps<{
timeline: Status[];