mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-24 05:31:36 +10:00
fix: lint
This commit is contained in:
@ -49,5 +49,7 @@
|
||||
import type { SerializeObject } from "nitropack";
|
||||
import type { NotificationModel } from "~/prisma/client/models";
|
||||
|
||||
const props = defineProps<{ notifications: Array<SerializeObject<NotificationModel>> }>();
|
||||
const props = defineProps<{
|
||||
notifications: Array<SerializeObject<NotificationModel>>;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user