Skip to content

Commit

Permalink
chore: fix ts and lint error (#6956)
Browse files Browse the repository at this point in the history
Fixes a TS compilation error and a lint error that somehow got into master.
  • Loading branch information
crisbeto authored and mmalerba committed Sep 11, 2017
1 parent f2cae6e commit 79a2567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/material-examples/example-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,6 @@ export const EXAMPLE_COMPONENTS = {
additionalFiles: null,
selectorName: null
},
{
'table-basic': {
title: 'Basic table',
component: TableBasicExample,
},
'stepper-overview': {
title: 'Stepper overview',
component: StepperOverviewExample,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

.demo-tab-content {
padding: 16px;
}
}

0 comments on commit 79a2567

Please sign in to comment.