fix: linting warnings (#1069)

## Description

Cleaned up code that was being highlighted in the dev tools
This commit is contained in:
David Nguyen
2024-03-30 13:43:28 +08:00
committed by GitHub
parent 369357aadd
commit 81ee582f1c
8 changed files with 7 additions and 12 deletions

View File

@ -1,9 +1,9 @@
import { HTMLAttributes } from 'react';
import type { HTMLAttributes } from 'react';
import { Globe, Lock } from 'lucide-react';
import type { LucideIcon } from 'lucide-react/dist/lucide-react';
import { TemplateType as TemplateTypePrisma } from '@documenso/prisma/client';
import type { TemplateType as TemplateTypePrisma } from '@documenso/prisma/client';
import { cn } from '@documenso/ui/lib/utils';
type TemplateTypeIcon = {