Remove /typst endpoint
This commit is contained in:
parent
5f2dcf81d3
commit
fbab0b9441
5 changed files with 2 additions and 65 deletions
|
|
@ -3,7 +3,6 @@ mod chat_message;
|
|||
mod new_typst;
|
||||
mod photo;
|
||||
mod tictactoe;
|
||||
mod typst;
|
||||
|
||||
use showbits_common::widgets::{FontStuff, HasFontStuff};
|
||||
use tokio::sync::mpsc;
|
||||
|
|
@ -12,7 +11,7 @@ use crate::persistent_printer::PersistentPrinter;
|
|||
|
||||
pub use self::{
|
||||
backlog::BacklogDrawing, chat_message::ChatMessageDrawing, new_typst::NewTypstDrawing,
|
||||
photo::PhotoDrawing, tictactoe::TicTacToeDrawing, typst::TypstDrawing,
|
||||
photo::PhotoDrawing, tictactoe::TicTacToeDrawing,
|
||||
};
|
||||
|
||||
pub const FEED: f32 = 96.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue