mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-31 01:26:16 +00:00
Add import type whenever possible
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Card, CardBody, CardHeader, CardProps } from 'reactstrap';
|
||||
import { ReactNode } from 'react';
|
||||
import type { CardProps } from 'reactstrap';
|
||||
import { Card, CardBody, CardHeader } from 'reactstrap';
|
||||
import type { ReactNode } from 'react';
|
||||
|
||||
interface SimpleCardProps extends Omit<CardProps, 'title'> {
|
||||
title?: ReactNode;
|
||||
|
||||
Reference in New Issue
Block a user