Skip to content

Implement dashboard layout #61

Implement dashboard layout

Implement dashboard layout #61

GitHub Actions / ESLint Report Analysis failed Jul 5, 2024 in 1s

ESLint Report Analysis

0 ESLint error(s) and 2 ESLint warning(s) found

Details

2 Warning(s):

packages/design-system/src/components/DataTable/DataTable.tsx line 17

  • Start Line: 17
  • End Line: 17
  • Message: ../../utils/className import should occur before import of ../Table
    • From: [import/order]

packages/design-system/src/molecules/DashboardLayout/DashboardLayout.tsx line 3

  • Start Line: 3
  • End Line: 3
  • Message: lucide-react import should occur before import of react
    • From: [import/order]

Annotations

Check warning on line 17 in packages/design-system/src/components/DataTable/DataTable.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/design-system/src/components/DataTable/DataTable.tsx#L17

[import/order] `../../utils/className` import should occur before import of `../Table`

Check warning on line 3 in packages/design-system/src/molecules/DashboardLayout/DashboardLayout.tsx

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

packages/design-system/src/molecules/DashboardLayout/DashboardLayout.tsx#L3

[import/order] `lucide-react` import should occur before import of `react`