Skip to content

Commit

Permalink
website: fix shields errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 9, 2021
1 parent cf1845a commit d70d96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useEffect, useState } from 'react';
import GitHubCorners from '@uiw/react-github-corners';
import Github from '@uiw/react-shields/lib/esm/github';
import Npm from '@uiw/react-shields/lib/esm/npm';
import Github from '@uiw/react-shields/esm/github';
import Npm from '@uiw/react-shields/esm/npm';
import MarkdownPreview from '@uiw/react-markdown-preview';
import { javascript } from '@codemirror/lang-javascript';
import { html } from '@codemirror/lang-html';
Expand Down

0 comments on commit d70d96e

Please sign in to comment.