Skip to content
Snippets Groups Projects
Commit 0ce7e331 authored by Anatole ROMON's avatar Anatole ROMON
Browse files

definition de fonctions

parent 057e63c6
No related branches found
No related tags found
No related merge requests found
......@@ -209,4 +209,12 @@ export const getEvent = (user, eventID) => {
export const getGroup = (user, groupUID) => {
return null;
};
\ No newline at end of file
};
export const getSimpleGroup = (user, groupUID) => {
return null;
}
export const getMetaGroup = (user, groupUID) => {
return null;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment