fix build
This commit is contained in:
parent
79c3b7fe65
commit
bf2f2be4f1
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ import { PAGES } from '@ente/accounts/constants/pages';
|
|||
import { TwoFactorSecret } from '@ente/accounts/types/user';
|
||||
import Card from '@mui/material/Card';
|
||||
import { Box, CardContent, Typography } from '@mui/material';
|
||||
import { TwoFactorSetup } from '@ente/accounts/components/two-factor/Setup';
|
||||
import { TwoFactorSetup } from '@ente/accounts/components/two-factor/setup';
|
||||
import LinkButton from '@ente/shared/components/LinkButton';
|
||||
import { PageProps } from '@ente/shared/apps/types';
|
||||
import { logError } from '@ente/shared/sentry';
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
"paths": {
|
||||
"@ente/eslint-config/*": ["./packages/eslint-config/*"],
|
||||
"@ente/shared/*": ["./packages/shared/*"],
|
||||
"@ente/accounts/*": ["./apps/accounts/*"]
|
||||
"@ente/accounts/*": ["./packages/accounts/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["**/node_modules", "**/.*/"]
|
||||
|
|
Loading…
Add table
Reference in a new issue