fix imports

This commit is contained in:
SrGooglo 2025-02-05 02:41:01 +00:00
parent 30e1256d59
commit c1e5aa9470
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import { Icons } from "@components/Icons"
import { MobileUserCard } from "@components/UserCard"
import NFCModel from "comty.js/models/nfc"
import { FollowsModel } from "@models"
import FollowsModel from "@models/follows"
import "./index.less"

View File

@ -5,7 +5,7 @@ import DOMPurify from "dompurify"
import axios from "axios"
import { createIconRender } from "@components/Icons"
import { UserModel } from "@models"
import UserModel from "@models/user"
import "./index.less"