Copy hooks/useHovering.ts to glitch-soc

This commit is contained in:
Claire
2023-05-09 21:30:10 +02:00
parent 8e806b6e88
commit 42bdc2add9
3 changed files with 21 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import * as React from 'react';
import classNames from 'classnames';
import { autoPlayGif } from 'flavours/glitch/initial_state';
import { useHovering } from 'hooks/useHovering';
import { useHovering } from 'flavours/glitch/hooks/useHovering';
import type { Account } from 'flavours/glitch/types/resources';
type Props = {