Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AKATWIJUKA-ELIA committed Mar 2, 2025
1 parent eaad0b8 commit 31bafb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import NetManagerMap from '@/components/NetManagerMap/page'
import NetManagerMap from '@/components/NetManagermap/page'

const Netmap = () => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/netmanager-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@/*": ["./*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "components/NetManagerMap/components/LayerModal.js"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "components/NetManagermap/components/LayerModal.js"],
"exclude": ["node_modules"]
}

0 comments on commit 31bafb5

Please sign in to comment.