fix: fix code URL

This commit is contained in:
p-sw 2024-06-02 09:13:59 +09:00
parent bdc4ce707c
commit 99d4e02308

View File

@ -45,7 +45,7 @@ A modal window that prompts the user to take an action or provides critical info
1. Create a new file `Dialog.tsx` in your component folder. 1. Create a new file `Dialog.tsx` in your component folder.
2. Copy and paste the following code into the file. 2. Copy and paste the following code into the file.
<LoadedCode from={`${GITHUB}/packages/react/src/components/Dialog.tsx`} /> <LoadedCode from={`${GITHUB}/packages/react/components/Dialog.tsx`} />
## Usage ## Usage