Skip to content

Commit

Permalink
Merge pull request #2 from oslabs-beta/nguyen
Browse files Browse the repository at this point in the history
Nguyen
  • Loading branch information
eaaigama authored Jun 24, 2023
2 parents e759272 + 68b47fe commit f0612d0
Show file tree
Hide file tree
Showing 9 changed files with 571 additions and 238 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import React, { useState } from 'react';
import { useSelector, useDispatch } from 'react-redux';
import { RootState } from '../../../toolkit-refactor/store';
import TextCodeArea from '../sharedComponents/TextCodeArea';
import { RootState } from './src/client/toolkit-refactor/store';
import TextCodeArea from './src/client/components/main/sharedComponents/TextCodeArea';

/**
* renders entry form for TRPC request
*/


const TRPCBodyEntryForm = (props: any) => {
const { newRequestBodySet } = props;
const dispatch = useDispatch();
Expand Down
Loading

0 comments on commit f0612d0

Please sign in to comment.