Skip to content

Commit

Permalink
correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 23, 2025
1 parent 89d7c64 commit 7ec4093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/app/(docs)/getting-started/solid/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export const { createUploadThing } = generateSolidHelpers<UploadRouter>({
@import "tailwindcss";

@import "uploadthing/tw/v4";
@source "../node_modules/@uploadthing/react/dist"; /** <-- depends on your project structure */
@source "../node_modules/@uploadthing/solid/dist"; /** <-- depends on your project structure */
```

You can learn more about our Tailwind helper in the ["Theming" page](/concepts/theming#theming-with-tailwind-css)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/app/(docs)/getting-started/svelte/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const { createUploader, createUploadThing } =
@import "tailwindcss";

@import "uploadthing/tw/v4";
@source "../node_modules/@uploadthing/react/dist"; /** <-- depends on your project structure */
@source "../node_modules/@uploadthing/svelte/dist"; /** <-- depends on your project structure */
```

You can learn more about our Tailwind helper in the ["Theming" page](/concepts/theming#theming-with-tailwind-css)
Expand Down

0 comments on commit 7ec4093

Please sign in to comment.