Skip to content

Commit

Permalink
meta: renamed sections to containers due to fs casing
Browse files Browse the repository at this point in the history
  • Loading branch information
ovflowd committed Nov 3, 2023
1 parent 2f196fb commit 365d5ff
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from 'next/image';
import { useTranslations } from 'next-intl';
import type { FC } from 'react';

import NavItem from '@/components/Sections/NavItem';
import NavItem from '@/components/Containers/NavItem';
import { siteConfig } from '@/next.json.mjs';

import styles from './index.module.css';
Expand Down
File renamed without changes.

0 comments on commit 365d5ff

Please sign in to comment.