Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
✨ Export widget creater
Browse files Browse the repository at this point in the history
  • Loading branch information
imptrx committed Jun 20, 2019
1 parent 5dde4cb commit 4cf2615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/features/newTab/default/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { SettingsMenu, SettingsRow, SettingsText, SettingsTitle, SettingsWrapper
import { List, ListWidget, Tile, TileActionsContainer, TileAction, TileFavicon } from './topSites'
import { SiteRemovalNotification, SiteRemovalText, SiteRemovalAction } from './notification'
import { ClockWidget } from './clock'
import createWidget from './widget'

export {
StatsContainer,
Expand Down Expand Up @@ -38,5 +39,6 @@ export {
SettingsRow,
SettingsText,
SettingsTitle,
SettingsWrapper
SettingsWrapper,
createWidget
}

0 comments on commit 4cf2615

Please sign in to comment.