Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
refactor(#164): remove unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
s-blu committed Nov 14, 2020
1 parent 09c2734 commit abea68f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions src/app/documents/documents.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,3 @@
min-width: 250px;
max-width: 550px;
}

// @media (min-width: 1024px) {
// .notes,
// .labels {
// min-width: 250px;
// }
// }
10 changes: 0 additions & 10 deletions src/app/documents/documents.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ import { HistoryModule } from './../history/history.module';
import { DocumentsFooterComponent } from './components/documentsFooter/documentsFooter.component';

const materialModules = [MatIconModule, MatProgressBarModule, MatButtonModule];
const declarationsAndExport = [
WordCountComponent,
IntroductionComponent,
DocumentEditorComponent,
DocumentNoteItemsComponent,
DocumentsComponent,
DocumentsTopbarComponent,
DocumentsFooterComponent,
ModeSwitcherComponent,
];

@NgModule({
imports: [
Expand Down

0 comments on commit abea68f

Please sign in to comment.