diff --git a/src/app/components/PreOrderBanner/index.tsx b/src/app/components/PreOrderBanner/index.tsx index 86dcab532..ed478674a 100644 --- a/src/app/components/PreOrderBanner/index.tsx +++ b/src/app/components/PreOrderBanner/index.tsx @@ -4,15 +4,19 @@ * */ import React from 'react'; -import { Link } from 'react-router-dom'; import styles from './index.module.css'; export function PreOrderBanner() { return (
); }