mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 13:13:54 +08:00
[offers][chore] remove commented out code
This commit is contained in:
@ -3,16 +3,6 @@ import React, { useState } from 'react';
|
|||||||
import { trpc } from '~/utils/trpc';
|
import { trpc } from '~/utils/trpc';
|
||||||
|
|
||||||
function Test() {
|
function Test() {
|
||||||
// F const data = trpc.useQuery([
|
|
||||||
// 'offers.profile.',
|
|
||||||
// {
|
|
||||||
// limit: 3,
|
|
||||||
// location: 'Singapore, Singapore',
|
|
||||||
// offset: 0,
|
|
||||||
// yoeCategory: 0,
|
|
||||||
// },
|
|
||||||
// ]);
|
|
||||||
|
|
||||||
const [createdData, setCreatedData] = useState('');
|
const [createdData, setCreatedData] = useState('');
|
||||||
const [error, setError] = useState("");
|
const [error, setError] = useState("");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user