Remove unused import
This commit is contained in:
parent
e012777789
commit
59bd8521fa
|
|
@ -1,7 +1,6 @@
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
|
|
||||||
import { Background } from '../background/Background';
|
import { Background } from '../background/Background';
|
||||||
import { Button } from '../button/Button';
|
|
||||||
import { HeroOneButton } from '../hero/HeroOneButton';
|
import { HeroOneButton } from '../hero/HeroOneButton';
|
||||||
import { Section } from '../layout/Section';
|
import { Section } from '../layout/Section';
|
||||||
import { NavbarTwoColumns } from '../navigation/NavbarTwoColumns';
|
import { NavbarTwoColumns } from '../navigation/NavbarTwoColumns';
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
import { VerticalFeatureRow } from '../feature/VerticalFeatureRow';
|
//import { VerticalFeatureRow } from '../feature/VerticalFeatureRow';
|
||||||
import { Section } from '../layout/Section';
|
import { Section } from '../layout/Section';
|
||||||
|
|
||||||
const VerticalFeatures = () => (
|
const VerticalFeatures = () => (
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue