| 1 | import type { Message } from 'ai'; |
| 2 | import React, { type RefCallback } from 'react'; |
| 3 | import { ClientOnly } from 'remix-utils/client-only'; |
| 4 | import { Menu } from '~/components/sidebar/Menu.client'; |
nothing calls this directly
no test coverage detected