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