Skip to content

Commit

Permalink
fix mdx doc imports, weird
Browse files Browse the repository at this point in the history
  • Loading branch information
cf2013 committed Sep 1, 2023
1 parent 39f96a9 commit cc4f4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/btc-how-works.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ layout: ../layouts/MarkdownLayout.astro
title: Como funciona
---

import { Icon } from 'astro-icon'
import { Notification } from 'accessible-astro-components'
import { Icon } from 'astro-icon';
import { Notification } from 'accessible-astro-components';

# ¿Como funciona Bitcoin?

Expand Down

0 comments on commit cc4f4e9

Please sign in to comment.