Skip to content

Commit

Permalink
refactor(dataset-apis): move component into folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Jan 31, 2024
1 parent 57ad032 commit 18f3101
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/datahub/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { ResultsCardFavoriteComponent } from './common/results-list-item/results
import { ResultsCardLastCreatedComponent } from './common/results-list-item/results-card-last-created/results-card-last-created.component'
import { ResultsCardSearchComponent } from './common/results-list-item/results-card-search/results-card-search.component'
import { MatTabsModule } from '@angular/material/tabs'
import { DatasetApisComponent } from './dataset/dataset-apis.component'
import { DatasetApisComponent } from './dataset/dataset-apis/dataset-apis.component'

@NgModule({
declarations: [
Expand Down

0 comments on commit 18f3101

Please sign in to comment.