Skip to content

Commit 0498992

Browse files
committedSep 9, 2021
website: Fix shields import errors.
1 parent ea173c0 commit 0498992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎website/App.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from 'react';
22
import GitHubCorners from '@uiw/react-github-corners';
3-
import Github from '@uiw/react-shields/lib/esm/github';
4-
import Npm from '@uiw/react-shields/lib/esm/npm';
3+
import Github from '@uiw/react-shields/esm/github';
4+
import Npm from '@uiw/react-shields/esm/npm';
55
import logo from './logo.svg';
66
import './App.css';
77
import MarkdownPreview, { MarkdownPreviewRef } from '../';

0 commit comments

Comments
 (0)
Please sign in to comment.