Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed the name of the file to align
  • Loading branch information
waleedlatif1 committed Dec 10, 2025
commit 4233151e87b83ecf0e70a8ecc6791bcc9c287066

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { NotificationSettings } from './notifications'
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { Controls } from './components/controls'
export { NotificationSettings } from './components/notification-settings'
export { NotificationSettings } from './components/notifications'
export { AutocompleteSearch } from './components/search'
export { LogsToolbar } from './logs-toolbar'
Loading