/* eslint-disable react/jsx-curly-brace-presence */ /* eslint-disable react/destructuring-assignment */ import React from 'react'; import { Text, Card } from '@blueprintjs/core'; interface ConfirmStepProps { device: Device | null; } export default function ConfirmStep(props: ConfirmStepProps) { return ( <>