feat(#29): mashup

* update templates to be more responsive
This commit is contained in:
Benjamin Nussbaum 2025-06-06 23:06:31 +02:00
parent a7a2d9d73e
commit 8946cabf05
28 changed files with 1067 additions and 346 deletions

View file

@ -34,6 +34,7 @@ class DatabaseSeeder extends Seeder
$this->call([
ExampleRecipesSeeder::class,
MashupPocSeeder::class,
]);
}
}