Skip to content

Commit

Permalink
GL-00: Рефакторинг путей и названий файлов
Browse files Browse the repository at this point in the history
  • Loading branch information
Терентьев Вадим Алексеевич committed May 9, 2024
1 parent 3c8b8da commit 15c27e9
Show file tree
Hide file tree
Showing 33 changed files with 30 additions and 678 deletions.
3 changes: 2 additions & 1 deletion src/app/dashboard/integrations/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { IntegrationsPage } from "@/screens/Integrations";
import { Metadata } from "next";

import { IntegrationsPage } from "@/screens/integrations";

export const metadata: Metadata = {
title: "Интеграции",
};
Expand Down
2 changes: 1 addition & 1 deletion src/app/dashboard/profile/[name]/loading.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { ProfileLoading } from "@/screens/Profile/ui/ProfileLoading";
import { ProfileLoading } from "@/screens/profile/ui/ProfileLoading";

export default ProfileLoading;
3 changes: 2 additions & 1 deletion src/app/dashboard/profile/[name]/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ProfilePage } from "@/screens/Profile";
import type { Metadata } from "next";

import { ProfilePage } from "@/screens/profile";

type PageProps = {
params: { name: string };
};
Expand Down
3 changes: 2 additions & 1 deletion src/app/dashboard/profiles/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Metadata } from "next";
import { ProfilesPage } from "@/screens/Profiles";

import { ProfilesPage } from "@/screens/profiles";

export const metadata: Metadata = {
title: "Профили",
Expand Down
1 change: 0 additions & 1 deletion src/features/authentication-form-any/index.ts

This file was deleted.

45 changes: 0 additions & 45 deletions src/features/authentication-form-any/ui/AuthenticationFormAny.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/features/authentication-form-azuriom/index.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/features/authentication-form-azuriom/lib/static.ts

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/features/authentication-form-dle/index.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/features/authentication-form-dle/lib/static.ts

This file was deleted.

96 changes: 0 additions & 96 deletions src/features/authentication-form-dle/ui/AuthenticationFormDle.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/features/authentication-form-undefined/index.ts

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion src/features/sentry-connect-form/index.ts

This file was deleted.

7 changes: 0 additions & 7 deletions src/features/sentry-connect-form/lib/static.ts

This file was deleted.

Loading

0 comments on commit 15c27e9

Please sign in to comment.