mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 04:40:05 +01:00
chore: log background jobs
Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
@@ -1,17 +1,13 @@
|
||||
import { type FC, useEffect, useRef, useState } from "react"
|
||||
import { useTheme } from "next-themes"
|
||||
|
||||
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { Input } from "@/components/ui/input"
|
||||
|
||||
|
||||
import "rapidoc"
|
||||
|
||||
|
||||
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card.tsx"
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select.tsx"
|
||||
|
||||
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from "@/components/ui/select.tsx"
|
||||
|
||||
type RdThemeMode = "auto" | "light" | "dark"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user