mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 17:32:18 +00:00
10 lines
220 B
JavaScript
10 lines
220 B
JavaScript
import Search from "./search.js";
|
|
import UserData from "./userdata.js";
|
|
import ProfilUpdate from "./profilUpdate.js"
|
|
|
|
export default {
|
|
"Search": Search,
|
|
"UserData": UserData,
|
|
"ProfilUpdate": ProfilUpdate,
|
|
};
|