Skip to content

Commit

Permalink
Auto-remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ingawei authored and github-actions[bot] committed Sep 8, 2023
1 parent e902e42 commit 9709ac7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web/pages/dashboard/[dashboardSlug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { getDashboardFromSlug } from 'common/supabase/dashboard'
import { DashboardSidebar } from 'web/components/dashboard/dashboard-sidebar'
import { Col } from 'web/components/layout/col'
import { Page } from 'web/components/layout/page'
import { NewsSidebar } from 'web/components/news/news-dashboard'
import { Content } from 'web/components/widgets/editor'
import { Title } from 'web/components/widgets/title'
import { db } from 'web/lib/supabase/db'

Expand Down

0 comments on commit 9709ac7

Please sign in to comment.