We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1845a commit d70d96eCopy full SHA for d70d96e
website/App.tsx
@@ -1,7 +1,7 @@
1
import React, { useEffect, useState } from 'react';
2
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';
+import Github from '@uiw/react-shields/esm/github';
+import Npm from '@uiw/react-shields/esm/npm';
5
import MarkdownPreview from '@uiw/react-markdown-preview';
6
import { javascript } from '@codemirror/lang-javascript';
7
import { html } from '@codemirror/lang-html';
0 commit comments