style: format ts file with prettier

This commit is contained in:
Tristan Yang
2023-05-19 17:28:15 +08:00
parent 5bd0183651
commit 54f995803a
70 changed files with 1021 additions and 777 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { useUpdateChannelMutation, useLazyLeaveChannelQuery } from "@/app/services/channel";
import { useLazyLeaveChannelQuery, useUpdateChannelMutation } from "@/app/services/channel";
import { useAppSelector } from "@/app/store";
export default function useLeaveChannel(cid: number) {