diff options
| author | Oliver <oliver@mohlin.dev> | 2025-09-17 07:59:54 +0200 |
|---|---|---|
| committer | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2025-09-22 12:35:44 +0200 |
| commit | ae54d3c40329bafec26465b691e865e84feff5b3 (patch) | |
| tree | 6ab0736cdeeffc91c65860c8ce4852e28ce2ab75 | |
| parent | 5f3f8f7bb2e8de23d3aa33e52b7874c43d4cf7d4 (diff) | |
| download | mullvadvpn-ae54d3c40329bafec26465b691e865e84feff5b3.tar.xz mullvadvpn-ae54d3c40329bafec26465b691e865e84feff5b3.zip | |
Rename useListItemAnimation hook filename
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/index.ts | 2 | ||||
| -rw-r--r-- | desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/use-list-item-animation.ts (renamed from desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/useListItemAnimation.tsx) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/index.ts b/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/index.ts index 48a1ff267c..a0fc82ef55 100644 --- a/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/index.ts +++ b/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/index.ts @@ -1 +1 @@ -export * from './useListItemAnimation'; +export * from './use-list-item-animation'; diff --git a/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/useListItemAnimation.tsx b/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/use-list-item-animation.ts index b6d7a87bd8..b6d7a87bd8 100644 --- a/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/useListItemAnimation.tsx +++ b/desktop/packages/mullvad-vpn/src/renderer/lib/components/list-item/hooks/use-list-item-animation.ts |
