Skip to content

Commit 74d35d6

Browse files
committed
resolved some issues
1 parent d06f336 commit 74d35d6

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/pages/helloReact.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import Layout from '@theme/Layout';
32

43
export default function Hello() {

src/theme/Admonition/Layout/Types.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import DefaultAdmonitionTypes from '@theme-original/Admonition/Types';
32

43
function MyCustomAdmonition(props) {

src/theme/Admonition/Layout/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import React from 'react';
21
import clsx from 'clsx';
32
import {ThemeClassNames} from '@docusaurus/theme-common';
43
import styles from './styles.module.css';

0 commit comments

Comments
 (0)