Skip to content

Commit

Permalink
revert(pages/learn): revert import location for links, buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerAPfledderer committed Aug 4, 2024
1 parent 7953917 commit 5a80d1d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/learn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { HTMLAttributes, ReactNode } from "react"

import type { BasePageProps, ChildOnlyProp, Lang, ToCItem } from "@/lib/types"

import ButtonLink from "@/components/Buttons/ButtonLink"
import OriginalCard, {
type CardProps as OriginalCardProps,
} from "@/components/Card"
Expand All @@ -14,6 +15,7 @@ import { HubHero } from "@/components/Hero"
import type { HubHeroProps } from "@/components/Hero/HubHero"
import { Image, type ImageProps } from "@/components/Image"
import LeftNavBar from "@/components/LeftNavBar"
import InlineLink from "@/components/Link"
import MainArticle from "@/components/MainArticle"
import { ContentContainer } from "@/components/MdComponents"
import PageMetadata from "@/components/PageMetadata"
Expand All @@ -24,9 +26,6 @@ import { getLastDeployDate } from "@/lib/utils/getLastDeployDate"
import { getLocaleTimestamp } from "@/lib/utils/time"
import { getRequiredNamespacesForPage } from "@/lib/utils/translations"

import InlineLink from "../../tailwind/Link"
import { ButtonLink } from "../../tailwind/ui/buttons/Button"

import developersEthBlocks from "@/public/images/developers-eth-blocks.png"
import dogeComputer from "@/public/images/doge-computer.png"
import enterprise from "@/public/images/enterprise-eth.png"
Expand Down

0 comments on commit 5a80d1d

Please sign in to comment.