mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
chore(deps): add prettier organize import
format code
This commit is contained in:
@ -6,10 +6,18 @@ import {
|
||||
} from 'content/sandpack/how-to-load-a-background-with-threejs';
|
||||
import { Button, Input } from './sandpack';
|
||||
import {
|
||||
miniRedux,
|
||||
multi,
|
||||
app1,
|
||||
app2,
|
||||
app3,
|
||||
signal1,
|
||||
signal2,
|
||||
signal3,
|
||||
} from './sandpack/automatic-dependency-collect';
|
||||
import {
|
||||
MultiStore,
|
||||
Reducer,
|
||||
miniRedux,
|
||||
multi,
|
||||
} from './sandpack/build-own-store-with-usesyncexternalstore';
|
||||
import {
|
||||
genericApp,
|
||||
@ -24,14 +32,6 @@ import {
|
||||
useSyncExternalStore,
|
||||
useTransition,
|
||||
} from './sandpack/react18-new-hooks';
|
||||
import {
|
||||
app1,
|
||||
app2,
|
||||
app3,
|
||||
signal1,
|
||||
signal2,
|
||||
signal3,
|
||||
} from './sandpack/automatic-dependency-collect';
|
||||
|
||||
const data = {
|
||||
sandpack: {
|
||||
|
Reference in New Issue
Block a user