Skip to content

Commit

Permalink
fix cypress import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirabbasJ committed Oct 14, 2022
1 parent f85f470 commit 73283bb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion src/pages/Dashboard/DashboardLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import {
MediaQuery,
} from '@mantine/core';
import { Outlet } from '@tanstack/react-location';
import { SideBar } from 'src/components';

import { SideBar } from '../../components';

const useStyles = createStyles(theme => ({
main: {
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"root": true,
"compilerOptions": {
"target": "ESNext",
"baseUrl": ".",
"paths": {
"@camp/data-layer": ["./src/data-layer/index.ts"],
"@camp/design": ["./src/design/index.ts"],
Expand Down

0 comments on commit 73283bb

Please sign in to comment.