Skip to content

Commit

Permalink
DeepSource fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Jan 16, 2024
1 parent 1ab45e4 commit 458ccfc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { Box, Container, Stack, Typography } from '@mui/material';
import {Box, Container, Stack, Typography} from '@mui/material';

/**
* Portfolio base component.
* @constructor
*/
function App() {
return (
<Box sx={{ m: 2 }}>
Expand Down

0 comments on commit 458ccfc

Please sign in to comment.