Skip to content

Commit

Permalink
Make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
konyogony committed Nov 24, 2024
1 parent 682adf0 commit 78b9cf1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { Sidebar } from '@/components/sidebar';
import { Solution } from '@/components/solution';
import { Team } from '@/components/team';
import { headings } from '@/config';
import { motion } from 'motion/react';
import { useEffect, useRef, useState } from 'react';

const Home = () => {
Expand Down
1 change: 0 additions & 1 deletion components/learn-more-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import { cn } from '@/lib/utils';
import { FiChevronRight } from '@vertisanpro/react-icons/fi';
import Link from 'next/link';

interface LearnMoreButtonProps {
className?: string;
Expand Down

0 comments on commit 78b9cf1

Please sign in to comment.