Skip to content

Commit

Permalink
fix: change folder's name, rename page
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneMoroz committed Sep 8, 2023
1 parent 62d7c77 commit d0f5718
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions src/app/directory/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as DirectoryPage } from "./page";
4 changes: 2 additions & 2 deletions src/app/my-team/page.tsx → src/app/directory/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TeamTable } from "./components";

function MyTeamPage() {
function DirectoryPage() {
return <TeamTable />;
}

export default MyTeamPage;
export default DirectoryPage;
1 change: 0 additions & 1 deletion src/app/my-team/index.ts

This file was deleted.

0 comments on commit d0f5718

Please sign in to comment.