fix (client): missing import

This commit is contained in:
naskya 2024-03-18 19:54:42 +09:00
parent af800833b4
commit e6ba786b59
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -22,6 +22,7 @@
<script lang="ts" setup>
import preprocess from "@/scripts/preprocess";
import { me } from "@/me";
defineProps<{
text: string;