# Deprecated: `@unhead/shared`

Shared utils needed for Unhead. This is deprecated and only acts as alias of `unhead/utils`.

## Migration

```diff
-import { Head } from '@unhead/shared'
+import { Head } from 'unhead/utils'
```
