navbar fixe csc, bot message style
This commit is contained in:
parent
b0b153be93
commit
d4f3c119b2
11 changed files with 263 additions and 21 deletions
|
@ -3,6 +3,7 @@ import {TranslateTexts} from 'sae-lib/inbox/translate-texts/translate-texts';
|
|||
import {FiltersGroup} from 'sae-lib/filters/filters-group/filters-group';
|
||||
import {BottomNavigation} from '../../shared/navigation/bottom-navigation/bottom-navigation';
|
||||
import {FeedbackButton} from 'sae-lib/buttons/feedback-button/feedback-button';
|
||||
import {BotTalks} from 'sae-lib/chatbot/bot-talks/bot-talks';
|
||||
|
||||
|
||||
@Component({
|
||||
|
@ -11,7 +12,8 @@ import {FeedbackButton} from 'sae-lib/buttons/feedback-button/feedback-button';
|
|||
TranslateTexts,
|
||||
FiltersGroup,
|
||||
BottomNavigation,
|
||||
FeedbackButton
|
||||
FeedbackButton,
|
||||
BotTalks
|
||||
],
|
||||
templateUrl: './main.html',
|
||||
styleUrl: './main.scss'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue