Skip to content

Commit

Permalink
Issue #PS-365 fix: Renamed the customTheme file and removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Jun 17, 2024
1 parent c648913 commit 8a4a2bb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 165 deletions.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import Box from '@mui/material/Box';
import IconButton from '@mui/material/IconButton';
import { appWithTranslation } from 'next-i18next';
import type { AppProps } from 'next/app';
import customTheme from '../styles/customStyles';
import customTheme from '../styles/customTheme';
import { telemetryFactory } from '../utils/telemetry';
import { useRouter } from 'next/router';
import { initGA, logPageView } from '../utils/googleAnalytics';
Expand Down
Empty file removed src/styles/Home.module.css
Empty file.
File renamed without changes.
164 changes: 0 additions & 164 deletions src/styles/darkStyle.tsx

This file was deleted.

0 comments on commit 8a4a2bb

Please sign in to comment.