Remove unused import

This commit is contained in:
Daniele Salatti 2022-05-03 23:50:53 -07:00
parent e012777789
commit 59bd8521fa
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
import Link from 'next/link';
import { Background } from '../background/Background';
import { Button } from '../button/Button';
import { HeroOneButton } from '../hero/HeroOneButton';
import { Section } from '../layout/Section';
import { NavbarTwoColumns } from '../navigation/NavbarTwoColumns';

View File

@ -1,4 +1,4 @@
import { VerticalFeatureRow } from '../feature/VerticalFeatureRow';
//import { VerticalFeatureRow } from '../feature/VerticalFeatureRow';
import { Section } from '../layout/Section';
const VerticalFeatures = () => (