Skip to content

Commit

Permalink
chore(demo): added forgotten import (#9981)
Browse files Browse the repository at this point in the history
  • Loading branch information
40oleg authored Dec 13, 2024
1 parent fc2c960 commit 9d0e6a7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@ import {AsyncPipe} from '@angular/common';
import {Component} from '@angular/core';
import {changeDetection} from '@demo/emulate/change-detection';
import {encapsulation} from '@demo/emulate/encapsulation';
import {TuiSidebar} from '@taiga-ui/addon-mobile';
import type {TuiSwipeEvent} from '@taiga-ui/cdk';
import {TuiSwipe} from '@taiga-ui/cdk';
import {Subject} from 'rxjs';

@Component({
standalone: true,
imports: [AsyncPipe, TuiSwipe],
imports: [AsyncPipe, TuiSidebar, TuiSwipe],
templateUrl: './index.html',
styleUrls: ['./index.less'],
encapsulation,
Expand Down

0 comments on commit 9d0e6a7

Please sign in to comment.