styles: lint

This commit is contained in:
Mauricio Siu
2024-10-17 23:58:51 -06:00
parent e0a8d8258c
commit 8536945a60
5 changed files with 36 additions and 36 deletions

View File

@@ -1,13 +1,13 @@
"use client";
import clsx from "clsx";
import { Container } from "./Container";
import { Button } from "./ui/button";
import { trackGAEvent } from "./analitycs";
import { Switch } from "./ui/switch";
import { useState } from "react";
import { useRouter } from "next/navigation";
import Link from "next/link";
import { useRouter } from "next/navigation";
import { useState } from "react";
import { Container } from "./Container";
import { trackGAEvent } from "./analitycs";
import { Button } from "./ui/button";
import { Switch } from "./ui/switch";
function SwirlyDoodle(props: React.ComponentPropsWithoutRef<"svg">) {
return (