Remove unused AccountFactory.

This commit is contained in:
Alexis Lahouze 2017-07-15 08:19:30 +02:00
parent 716dd94943
commit 270406ff58
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
export function AccountFactory($resource) {
return $resource(
'/api/account/:id', {
id: '@id'
}
);
};