tangled
alpha
login
or
join now
backups.bunware.org
/
atbackup
18
fork
atom
One-click backups for AT Protocol
18
fork
atom
overview
issues
2
pulls
pipelines
fix: unused imports
Turtlepaw
7 months ago
2872eda2
3ff6f15b
-6
1 changed file
expand all
collapse all
unified
split
src
routes
Home.tsx
-6
src/routes/Home.tsx
···
22
22
Heart,
23
23
History,
24
24
Images,
25
25
-
Info,
26
25
LoaderCircleIcon,
27
26
Package,
28
27
Settings as SettingsIcon,
···
32
31
import { useEffect, useRef, useState } from "react";
33
32
import { toast } from "sonner";
34
33
import Settings from "./Settings";
35
35
-
import {
36
36
-
Tooltip,
37
37
-
TooltipContent,
38
38
-
TooltipTrigger,
39
39
-
} from "@/components/ui/tooltip.tsx";
40
34
41
35
export function Home({
42
36
profile,