refactor: extract MainMenuDetails into component
This way, MainMenu is only responsible for aggregating the UI. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
parent
338896d119
commit
dca3f6d747
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ You should have received a copy of the GNU Affero General Public License along w
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
import { _ } from 'svelte-i18n';
|
||||||
|
>>>>>>> 8f4f0a6 (refactor: extract MainMenuDetails into component)
|
||||||
import MainMenuActions from '../atoms/MainMenuActions.svelte';
|
import MainMenuActions from '../atoms/MainMenuActions.svelte';
|
||||||
import MainMenuSummary from '../atoms/MainMenuSummary.svelte';
|
import MainMenuSummary from '../atoms/MainMenuSummary.svelte';
|
||||||
import MainMenuDetails from './MainMenuDetails.svelte';
|
import MainMenuDetails from './MainMenuDetails.svelte';
|
||||||
|
|
Loading…
Add table
Reference in a new issue