Skip to content

Commit

Permalink
chore: 상수가 저장되는 파일을 thread -> feed 로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
wzrabbit committed Jul 31, 2023
1 parent dd05e9f commit ac3690a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/src/hooks/thread/useThreadHeight.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState, useEffect } from 'react';
import type { RefObject } from 'react';
import { DEFAULT_MAX_THREAD_HEIGHT } from '~/constants/thread';
import { DEFAULT_MAX_THREAD_HEIGHT } from '~/constants/feed';

/**
* 《useThreadHeight》
Expand Down

0 comments on commit ac3690a

Please sign in to comment.