mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 04:17:23 +00:00
format code
This commit is contained in:
@@ -3,10 +3,8 @@ import { Activity, ActivityType } from "../network/models.ts";
|
|||||||
import { network } from "../network/network.ts";
|
import { network } from "../network/network.ts";
|
||||||
import showToast from "../components/toast.ts";
|
import showToast from "../components/toast.ts";
|
||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
import { MdArrowRight } from "react-icons/md";
|
|
||||||
import { useNavigate } from "react-router";
|
import { useNavigate } from "react-router";
|
||||||
import Loading from "../components/loading.tsx";
|
import Loading from "../components/loading.tsx";
|
||||||
import { ImageGrid } from "../components/image.tsx";
|
|
||||||
import { CommentContent } from "../components/comment_tile.tsx";
|
import { CommentContent } from "../components/comment_tile.tsx";
|
||||||
|
|
||||||
export default function ActivitiesPage() {
|
export default function ActivitiesPage() {
|
||||||
|
Reference in New Issue
Block a user