Skip to content

Commit bd4f6f5

Browse files
committed
refactor(examples): refactor code examples
fix #355
1 parent a1e1009 commit bd4f6f5

File tree

19 files changed

+6
-6
lines changed

19 files changed

+6
-6
lines changed

src/env/App/App.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
import {Fragment, useState, useCallback} from 'react';
22

33
import {RootThemeProvider} from '@/lib';
4+
import {Root} from '@/env/examples/Root';
5+
import {DemoLocal} from '@/env/examples/DemoLocal';
6+
import {Style} from '@/env/examples/Style';
7+
import {Mouse} from '@/env/examples/Mouse';
8+
import {Rotation3D} from '@/env/examples/Rotation3D';
9+
import {GlobalThemeSwitch} from '@/env/GlobalThemeSwitch';
410

5-
import {Root} from '../Examples/Root';
6-
import {DemoLocal} from '../DemoLocal';
7-
import {Style} from '../Examples/Style';
8-
import {Mouse} from '../Examples/Mouse';
9-
import {Rotation3D} from '../Examples/Rotation3D';
10-
import {GlobalThemeSwitch} from '../GlobalThemeSwitch';
1111
import classes from './App.module.css';
1212

1313
const themeA = {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)