removed temp folder

This commit is contained in:
ronronscelestes 2022-04-12 16:01:52 +02:00
parent 999a30c396
commit f6bea7d6fa
2 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
// import CatLogo from './cat-logo.png';
// Temp class to mimic crud API
// to remove once back end routes are ready
class LogoAPI {
constructor() {
// this.projectSettings = {
// menuLogo: {
// url: CatLogo,
// name: 'cat-logo.png',
// width: 100,
// height: 100,
// ext: "png",
// size: 123482,
// }
// };
this.projectSettings = {
menuLogo: null,
};
}
getProjectSettings = () => {
return this.projectSettings;
};
setProjectSettings = data => {
console.log(data);
};
}
export default LogoAPI;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB