feat: contact to frontpage and biome

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2025-09-30 21:53:10 -07:00
parent ba62489715
commit e305bc4796
14 changed files with 620 additions and 618 deletions

View file

@ -85,7 +85,6 @@ const initialState: HighlightState = {
export function AnimatedEmptyState() {
const ref = useRef<HTMLDivElement>(null);
const isInView = useInView(ref);
const { state: sidebarState } = useSidebar();
const [{ shouldShowHighlight, layoutStable }, dispatch] = useReducer(
highlightReducer,
initialState