Remove /typst endpoint

This commit is contained in:
Joscha 2025-03-01 22:23:30 +01:00
parent 5f2dcf81d3
commit fbab0b9441
5 changed files with 2 additions and 65 deletions

View file

@ -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;