finalized desktop version and first try implementing mobile
This commit is contained in:
parent
fe25daeaca
commit
7f944081a0
18 changed files with 395 additions and 27 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import { Component } from '@angular/core';
|
||||
import { Router } from '@angular/router';
|
||||
import { SettingsMenuComponent } from '../settings-menu/settings-menu.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-home',
|
||||
standalone: true,
|
||||
imports: [],
|
||||
imports: [SettingsMenuComponent],
|
||||
templateUrl: './home.component.html',
|
||||
styleUrl: './home.component.css'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue