UID Refactor 1/n move to utils

Summary: Lets start adding some organisation to the folder structure

Reviewed By: lblasa

Differential Revision: D47547530

fbshipit-source-id: 30d20340ccc4b1c3ab4d4712c807831d74028322
This commit is contained in:
Luke De Feo
2023-07-21 07:17:31 -07:00
committed by Facebook GitHub Bot
parent 4df0ad4d35
commit 2cc0ca0167
8 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@ import {
} from '@ant-design/icons';
import {usePlugin, useValue, Layout} from 'flipper-plugin';
import {FrameworkEventType} from '../types';
import {tracker} from '../tracker';
import {tracker} from '../utils/tracker';
import {debounce} from 'lodash';
const searchTermUpdated = debounce((searchTerm: string) => {