We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb7379 commit a0b38c4Copy full SHA for a0b38c4
src/components/quote/Quote.tsx
@@ -1,10 +1,10 @@
1
import React from "react";
2
-import Card, {Card} from "../card/Card";
+import Card, {Card as CardProps} from "../card/Card";
3
import "./Quote.style.scss"
4
import Text from "../text/Text";
5
import CardSection from "../card/CardSection";
6
7
-export interface QuoteType extends Omit<Card, "children"> {
+export interface QuoteType extends Omit<CardProps, "children"> {
8
children: string
9
logo?: string
10
name: string
0 commit comments