Skip to content

Commit

Permalink
really fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 3, 2024
1 parent 72b197c commit 00c8abe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NgModule } from '@angular/core';
import { RouterModule, Routes } from '@angular/router';
import { PageNotFoundComponent } from './shared/components/page-not-found';
import { PageNotFoundComponent } from './shared/components/page-not-found/page-not-found.component';

import { DetailRoutingModule } from './detail/detail-routing.module';
import { HomeRoutingModule } from './home/home-routing.module';
Expand Down
2 changes: 1 addition & 1 deletion src/app/shared/shared.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';

import { FormsModule } from '@angular/forms';
import { PageNotFoundComponent } from './components/page-not-found';
import { PageNotFoundComponent } from './components/page-not-found/page-not-found.component';
import { WebviewDirective } from './directives/';

@NgModule({
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./src/**/*.{html,ts}"],
content: [],
theme: {
extend: {},
},
Expand Down

0 comments on commit 00c8abe

Please sign in to comment.