mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-15 05:52:18 +00:00
12 lines
264 B
JavaScript
Executable File
12 lines
264 B
JavaScript
Executable File
import Search from "./search.js";
|
|
import Cms from "./cms.js";
|
|
import UserData from "./userdata.js";
|
|
import ProfilUpdate from "./profilUpdate.js"
|
|
|
|
export default {
|
|
"Search": Search,
|
|
"UserData": UserData,
|
|
"ProfilUpdate": ProfilUpdate,
|
|
"Cms": Cms,
|
|
};
|