Skip to content

Commit

Permalink
fix: add missing semicolon to import statement in Dashboard component
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyan540 committed Dec 25, 2024
1 parent c24d1a7 commit 7e23f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/pages/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/
import { FC, useState} from 'react';
import { useParams } from 'react-router-dom'
import { useParams } from 'react-router-dom';
import { useSelector } from 'react-redux';
import { UserWithPermissionsAndRoles } from 'src/types/bootstrapTypes';
import { t } from '@superset-ui/core';
Expand Down

0 comments on commit 7e23f34

Please sign in to comment.