Skip to content

Commit

Permalink
docs(guided-tour): export 키워드 추가 (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 authored Jan 15, 2024
1 parent 6bdbd6b commit 478b5db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/guided-tour/activity.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import { stackflow } from "@stackflow/react";
import { basicRendererPlugin } from "@stackflow/plugin-renderer-basic";
import MyActivity from "./MyActivity";

const { Stack, useFlow } = stackflow({
export const { Stack, useFlow } = stackflow({
transitionDuration: 350,
plugins: [
basicRendererPlugin(),
Expand All @@ -81,7 +81,7 @@ import { stackflow } from "@stackflow/react";
import { basicRendererPlugin } from "@stackflow/plugin-renderer-basic";
import MyActivity from "./MyActivity";

const { Stack, useFlow } = stackflow({
export const { Stack, useFlow } = stackflow({
transitionDuration: 350,
plugins: [
basicRendererPlugin(),
Expand Down

1 comment on commit 478b5db

@vercel
Copy link

@vercel vercel bot commented on 478b5db Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.