Added new pages with fitting content: skyblock, custom features, guide book, ranks, commandlist, reducing lag, staff powers
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import {Component} from '@angular/core';
|
||||
import {HeaderComponent} from '../header/header.component';
|
||||
|
||||
@Component({
|
||||
selector: 'app-skyblock',
|
||||
imports: [
|
||||
HeaderComponent
|
||||
],
|
||||
templateUrl: './skyblock.component.html',
|
||||
styleUrl: './skyblock.component.scss'
|
||||
})
|
||||
export class SkyblockComponent {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user