mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
fix imports
This commit is contained in:
parent
30e1256d59
commit
c1e5aa9470
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user