mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
refactor: remove comments and make camel case text
This commit is contained in:
@@ -1,16 +1,10 @@
|
||||
"use client";
|
||||
|
||||
import { useEffect, useState } from "react";
|
||||
import Image from "next/image";
|
||||
import { Tab } from "@headlessui/react";
|
||||
import { AnimatePresence, motion } from "framer-motion";
|
||||
|
||||
import { Container } from "./Container";
|
||||
import backgroundImage from "@/images/background-features.jpg";
|
||||
import screenshotExpenses from "@/images/screenshots/expenses.png";
|
||||
import screenshotPayroll from "@/images/screenshots/payroll.png";
|
||||
import screenshotReporting from "@/images/screenshots/reporting.png";
|
||||
import screenshotVatReturns from "@/images/screenshots/vat-returns.png";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
const features = [
|
||||
|
||||
Reference in New Issue
Block a user