Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Aug 19, 2024
1 parent ce91a38 commit 7c1aa91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/Pods/_components/PageImages/PageImages.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/_components/Notifications/NotificationToast.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useState, useEffect, SyntheticEvent } from 'react';
import { useNotifications, NotificationRecord, Notification } from '.';
import { SnackbarCloseReason, Snackbar } from '@mui/material';
import { Slide, SlideProps } from '@mui/material';
import { Slide, SlideProps } from '@mui/material';
import { Icon } from '@tapis/tapisui-common';
import styles from './NotificationToast.module.scss';

Expand Down
2 changes: 1 addition & 1 deletion vite/vite.local.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig({
'@mui/material',
'@mui/system',
'@mui/icons-material',
]
],
},
plugins: [
react(),
Expand Down

0 comments on commit 7c1aa91

Please sign in to comment.