Skip to content

Commit

Permalink
alterando os componentes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfernandesj committed Oct 7, 2024
1 parent 3b5c07b commit f6b9ea6
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 0 deletions.
147 changes: 147 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/app/pages/catalog/catalog.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { IVideo } from 'src/shared/model/video.model';
import { AuthService } from 'src/app/services/auth.service';
import { UserService } from 'src/app/services/user.service';
import jwt_decode from 'jwt-decode';
import { UNB_TV_CHANNEL_ID } from 'src/app/app.constant';

@Component({
selector: 'app-catalog',
Expand Down

0 comments on commit f6b9ea6

Please sign in to comment.