mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 21:45:25 +02:00
feat(frontend): ✨ Fractional Scaling
This commit is contained in:
parent
d1a7ec3b95
commit
5ba337ab11
11 changed files with 306 additions and 126 deletions
|
@ -1,6 +1,5 @@
|
|||
import { BaseCRUDAPI } from "./_base";
|
||||
import { Recipe , CreateRecipe } from "~/types/api-types/recipe";
|
||||
|
||||
import { Recipe, CreateRecipe } from "~/types/api-types/recipe";
|
||||
|
||||
const prefix = "/api";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue