Bridge integration
This commit is contained in:
parent
42a5e09c94
commit
162390008b
56 changed files with 776 additions and 591 deletions
|
|
@ -3,7 +3,7 @@ import { usePathname, useRouter } from "next/navigation";
|
|||
import useSWR from "swr";
|
||||
import { Grid, Box, TextField, Autocomplete } from "@mui/material";
|
||||
import { searchQuery } from "@/app/_graphql/searchQuery";
|
||||
import { colors } from "@/app/_styles/theme";
|
||||
import { colors } from "ui";
|
||||
|
||||
type SearchResultProps = {
|
||||
props: any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue