TASK #67 Dark mode toggle working
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { NgModule } from "@angular/core";
|
||||
import { CommonModule } from "@angular/common";
|
||||
import { HostComponent } from "./editor/host/host.component";
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { HostComponent } from './editor/host/host.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [HostComponent],
|
||||
|
||||
Reference in New Issue
Block a user