Skip to content

Commit f0612d0

Browse files
authored
Merge pull request #2 from oslabs-beta/nguyen
Nguyen
2 parents e759272 + 68b47fe commit f0612d0

File tree

9 files changed

+571
-238
lines changed

9 files changed

+571
-238
lines changed

src/client/components/main/TRPC-composer/TRPCBodyEntryForm.tsx renamed to TRPCBodyEntryForm.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import React, { useState } from 'react';
22
import { useSelector, useDispatch } from 'react-redux';
3-
import { RootState } from '../../../toolkit-refactor/store';
4-
import TextCodeArea from '../sharedComponents/TextCodeArea';
3+
import { RootState } from './src/client/toolkit-refactor/store';
4+
import TextCodeArea from './src/client/components/main/sharedComponents/TextCodeArea';
55

66
/**
77
* renders entry form for TRPC request
88
*/
99

10-
1110
const TRPCBodyEntryForm = (props: any) => {
1211
const { newRequestBodySet } = props;
1312
const dispatch = useDispatch();

0 commit comments

Comments
 (0)