mirror of
https://github.com/adam-benyekkou/my_portfolio.git
synced 2026-01-15 20:20:09 +00:00
Added file structure for sections about | hero | header | projects, picked the fonts and colors
This commit is contained in:
11
src/app/features/hero-display/hero-display.component.ts
Normal file
11
src/app/features/hero-display/hero-display.component.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-hero-display',
|
||||
imports: [],
|
||||
templateUrl: './hero-display.component.html',
|
||||
styleUrl: './hero-display.component.css'
|
||||
})
|
||||
export class HeroDisplayComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user