mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
styles: lint
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user