Skip to content

Commit

Permalink
import alias
Browse files Browse the repository at this point in the history
  • Loading branch information
justinschreiner committed Nov 26, 2024
1 parent 7297137 commit 6355423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/components/layout/footer.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import Image from 'next/image';
import Link from 'next/link';
import clarity from '@/img/Clarity.png';
import { GitHub } from '@mui/icons-material';
import { Box, Button } from '@mui/material';

import clarity from '../../img/Clarity.png';

/**
* Footer with Clarity logo & link to repo
* @returns Footer
Expand Down
3 changes: 1 addition & 2 deletions src/components/layout/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ import { useTheme } from '@mui/material';
import Box from '@mui/material/Box';
import { Toaster } from 'react-hot-toast';

import { Footer } from '@/components/layout/footer';
import { Navbar } from '@/components/layout/navbar';

import { Footer } from './footer';

interface Props {
children: React.ReactNode;
}
Expand Down

0 comments on commit 6355423

Please sign in to comment.