Skip to content

Commit

Permalink
Merge branch 'main' into feat/cleanup-start-overview
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy authored Jul 5, 2024
2 parents 555ebb8 + 097f543 commit a3f8010
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/start/start-overview.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {SidenavSectionComponent} from '../../components/layout/sidenav-section/s
import {FormsModule} from '@angular/forms';
import {PrismComponent} from '../../components/prism/prism.component';
import {CodeBlockVariationComponent} from '../../components/code-block-variation/code-block-variation.component';
import {CodeBlockVariationOptionDirective} from '../../components/code-block-variation/code-block-variation-option.directive';

const OS_OPTIONS = [
{
Expand Down Expand Up @@ -47,6 +48,7 @@ function getCurrentOs(): OperatingSystem {
FormsModule,
PrismComponent,
CodeBlockVariationComponent,
CodeBlockVariationOptionDirective,
],
})
export class StartOverviewComponent {
Expand Down

0 comments on commit a3f8010

Please sign in to comment.