mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-11-17 05:17:01 +03:00
chore(sample): transform app to complete app dir
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { HELLO_SCENE_ID } from '../../app.constants';
|
||||
import { Context } from '../../interfaces/context.interface';
|
||||
import { Scene, SceneEnter, SceneLeave, Command } from '../../../lib';
|
||||
import { Scene, SceneEnter, SceneLeave, Command } from '../../../../lib';
|
||||
|
||||
@Scene(HELLO_SCENE_ID)
|
||||
export class HelloScene {
|
||||
|
||||
Reference in New Issue
Block a user