diff --git a/showbits-thermal-printer-ui/src/components/CSegment.vue b/showbits-thermal-printer-ui/src/components/CSegment.vue index ac358af..b3bdd5b 100644 --- a/showbits-thermal-printer-ui/src/components/CSegment.vue +++ b/showbits-thermal-printer-ui/src/components/CSegment.vue @@ -5,14 +5,18 @@ import CSegmentEgg from "./CSegmentEgg.vue"; import CSegmentText from "./CSegmentText.vue"; import CSegmentTictactoe from "./CSegmentTictactoe.vue"; import CSegmentCells from "./CSegmentCells.vue"; +import CSegmentChat from "./CSegmentChat.vue"; -const mode = ref<"calendar" | "cells" | "egg" | "text" | "tictactoe">(); +const mode = ref< + "calendar" | "chat" | "cells" | "egg" | "text" | "tictactoe" +>();