fix(settings): failed build due it dormant import
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 3m42s

This commit is contained in:
2026-05-18 21:23:34 -05:00
parent 047cc7cdf0
commit a7bb364a2f
2 changed files with 36 additions and 39 deletions

View File

@@ -1,8 +1,6 @@
import { useMutation, useSuspenseQuery } from "@tanstack/react-query";
import { createFileRoute, redirect } from "@tanstack/react-router";
import { createColumnHelper } from "@tanstack/react-table";
import axios from "axios";
import { Suspense, useMemo } from "react";
import { toast } from "sonner";