Skip to content

Commit

Permalink
docs(fix): Update imports to reflect breaking changes in beta.22 (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Jul 17, 2022
1 parent 59df15f commit 463b2b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/components/Demo/CodeProvider.tsx
Expand Up @@ -2,7 +2,7 @@ import React, { memo, useState } from 'react';
import {
useScrollPositionBlocker,
useTabGroupChoice,
} from '@docusaurus/theme-common';
} from '@docusaurus/theme-common/internal';

import CodeTabContext from './CodeTabContext';

Expand Down
2 changes: 1 addition & 1 deletion website/src/components/Playground/Result.tsx
Expand Up @@ -10,7 +10,7 @@ import clsx from 'clsx';
import {
useScrollPositionBlocker,
useTabGroupChoice,
} from '@docusaurus/theme-common';
} from '@docusaurus/theme-common/internal';
import BrowserOnly from '@docusaurus/BrowserOnly';

import styles from './styles.module.css';
Expand Down

0 comments on commit 463b2b3

Please sign in to comment.