Skip to content

Commit

Permalink
Merge pull request #4 from Enterwell/bugfix/import-case
Browse files Browse the repository at this point in the history
fix(docs): Import case
  • Loading branch information
AleksandarDev authored Sep 8, 2023
2 parents d847127 + 4db1cc4 commit 6e26f75
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/docs/pages/about.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout } from '../components/Docs/Callout';
import { Callout } from '../components/docs/Callout';

<Callout type="warning">Docs for this section is under construction.</Callout>

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/hooks/about.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout } from '../../components/Docs/Callout';
import { Callout } from '../../components/docs/Callout';

<Callout type="warning">Docs for this section is under construction.</Callout>

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/hooks/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout } from '../../components/Docs/Callout';
import { Callout } from '../../components/docs/Callout';

<Callout type="warning">Docs for this section is under construction.</Callout>

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/hooks/getting-started/installation.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout } from '../../../components/Docs/Callout';
import { Callout } from '../../../components/docs/Callout';

<Callout type="warning">Docs for this section is under construction.</Callout>
<Callout type="warning">Package is not yet published on npm.</Callout>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/hooks/hooks.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout } from '../../components/Docs/Callout';
import { Callout } from '../../components/docs/Callout';

<Callout type="warning">Docs for this section is under construction.</Callout>

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/ui/about.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout } from '../../components/Docs/Callout';
import { Callout } from '../../components/docs/Callout';

<Callout type="warning">Docs for this section is under construction.</Callout>

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/ui/components.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Callout } from '../../components/Docs/Callout';
import { Callout } from '../../components/docs/Callout';

<Callout type="warning">Docs for this section is under construction.</Callout>
2 changes: 1 addition & 1 deletion apps/docs/pages/ui/getting-started.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout } from '../../components/Docs/Callout';
import { Callout } from '../../components/docs/Callout';

<Callout type="warning">Docs for this section is under construction.</Callout>

Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/ui/getting-started/installation.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Callout } from '../../../components/Docs/Callout';
import { Callout } from '../../../components/docs/Callout';

<Callout type="warning">Docs for this section is under construction.</Callout>
<Callout type="warning">Package is not yet published on npm.</Callout>
Expand Down

0 comments on commit 6e26f75

Please sign in to comment.