refactor: separate out data structures into hoppscotch-data
This commit is contained in:
@@ -2,7 +2,7 @@ import { BehaviorSubject } from "rxjs"
|
||||
import { gql } from "graphql-tag"
|
||||
import pull from "lodash/pull"
|
||||
import remove from "lodash/remove"
|
||||
import { translateToNewRequest } from "../types/HoppRESTRequest"
|
||||
import { translateToNewRequest } from "@hoppscotch/data"
|
||||
import { TeamCollection } from "./TeamCollection"
|
||||
import { TeamRequest } from "./TeamRequest"
|
||||
import {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HoppRESTRequest } from "../types/HoppRESTRequest"
|
||||
import { HoppRESTRequest } from "@hoppscotch/data"
|
||||
|
||||
/**
|
||||
* Defines how a Teams request is represented in TeamCollectionAdapter
|
||||
|
||||
Reference in New Issue
Block a user