mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +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';
|
||||
|
||||
function Test() {
|
||||
// F const data = trpc.useQuery([
|
||||
// 'offers.profile.',
|
||||
// {
|
||||
// limit: 3,
|
||||
// location: 'Singapore, Singapore',
|
||||
// offset: 0,
|
||||
// yoeCategory: 0,
|
||||
// },
|
||||
// ]);
|
||||
|
||||
const [createdData, setCreatedData] = useState('');
|
||||
const [error, setError] = useState("");
|
||||
|
||||
|
Reference in New Issue
Block a user