feat: populate main menu

The spacing is off and everything is hardcoded, but it's not my main
focus at the moment. I expect to enter a dialog over it with our
designer.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-07-07 14:43:00 +02:00
parent 54fea90787
commit d4857cbd7d
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854

View file

@ -12,7 +12,6 @@ You should have received a copy of the GNU Affero General Public License along w
-->
<script>
import { _ } from 'svelte-i18n';
import MainMenuActions from '../atoms/MainMenuActions.svelte';
import MainMenuSummary from '../atoms/MainMenuSummary.svelte';
import MainMenuDetails from './MainMenuDetails.svelte';