Skip to content

Commit

Permalink
typo in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeTrost committed Dec 9, 2024
1 parent ace415d commit 9f823df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Content from '@/components/content';
import { getEnvironmentById } from '@/lib/data/DTOs';
import { getUserOrganizationEnvironments } from '@/lib/data/DTOs';
import { OrganizationEnvironment } from '@/lib/data/environment-schema';
import EnvironmentsPage from './environemnts-page';
import EnvironmentsPage from './environments-page';
import { getUserById } from '@/lib/data/DTOs';
import UnauthorizedFallback from '@/components/unauthorized-fallback';

Expand Down

0 comments on commit 9f823df

Please sign in to comment.