mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-12-14 14:20:31 +08:00
6 lines
206 B
TypeScript
6 lines
206 B
TypeScript
import bg from "@/assets/login/bg.png";
|
|
import avatar from "@/assets/login/avatar.svg?component";
|
|
import illustration from "@/assets/login/illustration.svg?component";
|
|
|
|
export { bg, avatar, illustration };
|