Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbossart committed Sep 18, 2023
1 parent 174fb25 commit d4c33a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { Content } from './Content'
import { Sidebar } from './Sidebar'
import { Tabs } from './Tabs'
import { TItemData, TViewSelectorConfig, TViewSelectorItem } from './types'
import styled from "styled-components";

export const ViewSelectorPlugin = (
props: IUIPlugin & { config?: TViewSelectorConfig }
Expand Down

0 comments on commit d4c33a1

Please sign in to comment.