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 fa391fd commit 83a9e9dCopy full SHA for 83a9e9d
mlflow-site/src/app/components/TeamCard.tsx
@@ -1,13 +1,10 @@
1
-// import React from 'react';
2
import imageNotFound from '../../assets/imageNotFound.jpg'
3
4
interface TeamCardProps {
5
name: string;
6
github: string;
7
linkedIn: string;
8
}
9
-// declare function require(path: string);
10
-// const kittenHeader = require('../images/kitten-header.jpg');
11
12
const TeamCard: React.FC<TeamCardProps> = ({
13
name,
0 commit comments