Skip to content

Commit 1431172

Browse files
committed
chore: rename examples to playground
1 parent 262064b commit 1431172

File tree

15 files changed

+8
-5
lines changed

15 files changed

+8
-5
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "node_modules\\typescript\\lib"
3+
}
File renamed without changes.
File renamed without changes.

example/components/asyncStep.tsx renamed to playground/components/asyncStep.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22

3-
import { useWizard } from '../..';
3+
import { useWizard } from '../../dist';
44
import { useMockMutation } from '../hooks';
55

66
type Props = {

example/components/footer.tsx renamed to playground/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22

3-
import { useWizard } from '../..';
3+
import { useWizard } from '../../dist';
44

55
const Footer: React.FC = React.memo(() => {
66
const {
File renamed without changes.

example/components/step.tsx renamed to playground/components/step.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22

3-
import { useWizard } from '../..';
3+
import { useWizard } from '../../dist';
44

55
type Props = {
66
number: number;
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)