Skip to content

Commit

Permalink
πŸ› Fixed folder name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ambujraj committed Apr 27, 2024
1 parent 64d5186 commit bdb765b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion ui/src/app/(pages)/auth/terms/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Metadata } from 'next';
import termsData from 'public/data/terms-page-data.json';
import termsData from 'public/json/terms-page-data.json';

export const metadata: Metadata = {
title: 'Terms',
Expand Down

0 comments on commit bdb765b

Please sign in to comment.