import SnippetNotifications, { SnippetNotificationsProps } from './SnippetNotifications';
import SnippetNotificationsSkeleton from './Skeleton';
export default SnippetNotifications;
export { SnippetNotificationsProps, SnippetNotificationsSkeleton };
