Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
winetree94 committed Nov 1, 2023
1 parent 60282f0 commit 4aa3813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions packages/dev/src/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import {
Component,
ElementRef,
OnInit,
ViewChild,
inject,
} from '@angular/core';
import { Component, ElementRef, OnInit, ViewChild } from '@angular/core';
import { CommonModule } from '@angular/common';
import { GlobalService } from 'src/app/global.service';
import { FormControl, FormGroup, ReactiveFormsModule } from '@angular/forms';
import { data2 } from 'src/app/data';
import { debounceTime, map, startWith, tap } from 'rxjs';
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const config: Config = {
items: [
{
label: 'Tutorial',
to: '/docs/intro',
to: '/docs/introduction',
},
],
},
Expand Down

0 comments on commit 4aa3813

Please sign in to comment.