mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
make first letter lower case for compatibilty with other fhcapi functions
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Search from "./search.js";
|
||||
|
||||
export default {
|
||||
"Search": Search
|
||||
"search": Search
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user