Skip to content

Commit

Permalink
fix: convention
Browse files Browse the repository at this point in the history
  • Loading branch information
r4zendev committed Jan 11, 2024
1 parent 0b68981 commit 41e0dc4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/app/future/auth/setup/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Setup from "@pages/auth/setup";
import { withAppDir } from "app/AppDirSSRHOC";
import { WithLayout } from "app/layoutHOC";

import { getServerSideProps } from "@server/lib/setupGetData";
import { getServerSideProps } from "@server/lib/setup/getServerSideProps";

export default WithLayout({
getLayout: null,
Expand Down
2 changes: 1 addition & 1 deletion apps/web/pages/auth/setup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { AdminUserContainer as AdminUser } from "@components/setup/AdminUser";
import ChooseLicense from "@components/setup/ChooseLicense";
import EnterpriseLicense from "@components/setup/EnterpriseLicense";

import { getServerSideProps } from "@server/lib/setupGetData";
import { getServerSideProps } from "@server/lib/setup/getServerSideProps";

function useSetStep() {
const router = useRouter();
Expand Down
File renamed without changes.

0 comments on commit 41e0dc4

Please sign in to comment.