Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 2, 2024
1 parent eae242d commit 74e0ea9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-typescript"
"@babel/preset-typescript",
"next/babel"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "5.0.0-alpha.134",
"@mui/material": "^5.2.8",
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^6.19.5",
"@polkadot/api": "^10.8.1",
"@polkadot/api-contract": "^10.8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/purchase/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
getSaleEndInBlocks,
getSaleProgress,
getSaleStartInBlocks,
} from './util';
} from '../../utils/sale/util';

const Purchase = () => {
const theme = useTheme();
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 74e0ea9

Please sign in to comment.