refactor: some stuff

This commit is contained in:
Daniel Ledda
2022-07-18 08:28:19 +02:00
parent c9f2d2720c
commit 3390a17ad9
8 changed files with 56 additions and 64 deletions

View File

@@ -1,4 +1,4 @@
import {Capsule, h, Rung } from "@djledda/ladder";
import { Capsule, h, Rung } from "@djledda/ladder";
import StoccaTreLogo from "@/assets/stocca-tre-logo.svg";
import "./stocca-tre-root.scss";
import IngredientsPage from "../pages/IngredientsPage";
@@ -78,4 +78,4 @@ export default class StoccaTreRoot extends Rung {
</footer>
</div>;
}
}
}

View File

@@ -57,4 +57,4 @@ export default class IngredientsPage extends Rung {
this.getIngredients();
return node;
}
}
}