From 44b00e4a13c79f510ffb6062b846ac7896a8892d Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Feb 2026 03:50:14 +0100 Subject: [PATCH] Import and use appendLineNumbers and removeLineNumbers functions --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index d6bc6ec..cf81d58 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,6 +8,7 @@ import { getCurrentWindow } from "@tauri-apps/api/window"; import { appDataDir } from "@tauri-apps/api/path"; import { listen } from "@tauri-apps/api/event"; import { invoke } from "@tauri-apps/api/core"; +import { appendLineNumbers, removeLineNumbers } from "./lib/tln"; import folderIcon from "../src-tauri/icons/folder.png"; import folderIconBright from "../src-tauri/icons/folder_b.png"; import historyIcon from "../src-tauri/icons/history.png";