Skip to content

Commit

Permalink
Fix env-vars file renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIJ committed Aug 2, 2024
1 parent aac4372 commit 890e49b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// page.tsx
import { getAllEnvVars } from "@/data/admin/encryption";
import { getAllEnvVars } from "@/data/admin/env-vars";
import { getSlimProjectBySlug } from "@/data/user/projects";
import { projectSlugParamSchema } from "@/utils/zod-schemas/params";
import type { Metadata } from "next";
Expand Down

0 comments on commit 890e49b

Please sign in to comment.