Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alan2207 committed Aug 18, 2024
1 parent 99bc01a commit debb31b
Show file tree
Hide file tree
Showing 16 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default } from '@/application/routes/app/discussions/discussion';
export { getServerSideProps } from '@/application/routes/app/discussions/discussion';
export { default } from '@/application/pages/app/discussions/discussion';
export { getServerSideProps } from '@/application/pages/app/discussions/discussion';
4 changes: 2 additions & 2 deletions apps/nextjs-pages/src/pages/app/discussions/index.tsx
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export { default } from '@/application/routes/app/discussions/discussions';
export { getServerSideProps } from '@/application/routes/app/discussions/discussions';
export { default } from '@/application/pages/app/discussions/discussions';
export { getServerSideProps } from '@/application/pages/app/discussions/discussions';
2 changes: 1 addition & 1 deletion apps/nextjs-pages/src/pages/app/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from '@/application/routes/app/dashboard';
export { default } from '@/application/pages/app/dashboard';
2 changes: 1 addition & 1 deletion apps/nextjs-pages/src/pages/app/profile.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from '@/application/routes/app/profile';
export { default } from '@/application/pages/app/profile';
2 changes: 1 addition & 1 deletion apps/nextjs-pages/src/pages/app/users.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from '@/application/routes/app/users';
export { default } from '@/application/pages/app/users';
2 changes: 1 addition & 1 deletion apps/nextjs-pages/src/pages/auth/login.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from '@/application/routes/auth/login';
export { default } from '@/application/pages/auth/login';
2 changes: 1 addition & 1 deletion apps/nextjs-pages/src/pages/auth/register.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from '@/application/routes/auth/register';
export { default } from '@/application/pages/auth/register';

0 comments on commit debb31b

Please sign in to comment.