mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
6 lines
186 B
TypeScript
6 lines
186 B
TypeScript
export const COMPONENT_NAMES = {
|
|
sidebarRequestRow: 'UnconnectedSidebarRequestRow',
|
|
sidebarRequestGroupRow: 'UnconnectedSidebarRequestGroupRow',
|
|
requestUrlBar: 'RequestUrlBar',
|
|
};
|