mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 03:46:25 +02:00
7 lines
362 B
TypeScript
7 lines
362 B
TypeScript
|
|
// Settings components for SurfSense Browser Extension
|
||
|
|
|
||
|
|
export { NotificationSettingsPanel, type NotificationSettings, type NotificationSettingsPanelProps } from "./NotificationSettingsPanel";
|
||
|
|
export { NotificationsList, type Notification, type NotificationsListProps } from "./NotificationsList";
|
||
|
|
export { ProductivitySettings } from "./ProductivitySettings";
|
||
|
|
|