Skip to content

Commit

Permalink
Type hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbazukun123 committed Dec 19, 2023
1 parent da9127f commit af6c7e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/tutorials/v7.3.2/gettingStarted/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import completedCode2 from '!!raw-loader!./step2-completed-code';
import code3 from '!!raw-loader!./step3-code';
import completedCode3 from '!!raw-loader!./step3-completed-code';
import code4 from '!!raw-loader!./step4-code';
import type { TutorialStep } from '@site/src/tutorials/v7.3.2';
import type { TutorialStep } from '../..';
import content1 from './step1-content.md';
import content2 from './step2-content.md';
import content3 from './step3-content.md';
Expand Down
2 changes: 1 addition & 1 deletion src/tutorials/v8.0.0-rc/gettingStarted/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import completedCode2 from '!!raw-loader!./step2-completed-code';
import code3 from '!!raw-loader!./step3-code';
import completedCode3 from '!!raw-loader!./step3-completed-code';
import code4 from '!!raw-loader!./step4-code';
import type { TutorialStep } from '@site/src/tutorials/v7.3.2';
import type { TutorialStep } from '../..';
import content1 from './step1-content.md';
import content2 from './step2-content.md';
import content3 from './step3-content.md';
Expand Down

0 comments on commit af6c7e0

Please sign in to comment.