Skip to content

Commit

Permalink
test: deployment test-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ozbeyahmet1 committed Oct 24, 2022
1 parent 747b456 commit d88f4c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/cards/transactionCard/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react'
import styles from './TransactionCard.module.css'
import styles from './transactionCard.module.css'
import { HomeOutlined , AccountBalanceWalletOutlined , KeyboardArrowDownOutlined ,DirectionsBusFilledOutlined,
FoodBankOutlined,HandymanOutlined,CheckroomOutlined,MedicalInformationOutlined,SpaOutlined,SchoolOutlined,
TheaterComedyOutlined,KeyboardArrowUpOutlined} from '@mui/icons-material/';
Expand Down
2 changes: 1 addition & 1 deletion components/layout/rightBar/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import styles from './rightBar.module.css'
import styles from './rightbar.module.css'
import Image from 'next/image'
// import DrawerComponent from '../../../UI/Drawer'
import Link from 'next/link'
Expand Down
2 changes: 1 addition & 1 deletion components/ui/datepicker/index.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import { AdapterDateFns } from '@mui/x-date-pickers/AdapterDateFns';
import { LocalizationProvider } from '@mui/x-date-pickers/LocalizationProvider';
import styles from './Datepicker.module.css'
import styles from './datepicker.module.css'
import { CalendarPicker } from '@mui/x-date-pickers';

export interface IAppProps {
Expand Down

0 comments on commit d88f4c8

Please sign in to comment.