Skip to content

Commit

Permalink
fix: move file to the corresponding folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Jan 12, 2025
1 parent da8e1fa commit eac0746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"./vite-env.d.ts",
"**/.server/**/*",
"**/.client/**/*",
"**/docs/**/*",
".react-router/types/**/*"
],
"types": ["node", "vite/client"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Meta } from '@storybook/react';
// eslint-disable-next-line import/no-extraneous-dependencies
// import { within, userEvent } from '@storybook/testing-library';

import { EditPost } from './edit';
import { EditPost } from '../../client/app/routes/posts/[postId]/edit';

const meta = {
title: 'Pages/EditPost',
Expand Down

0 comments on commit eac0746

Please sign in to comment.