import { Search } from "@/api/dishes";
import { Search } from "@/api/combo";
for example, in the above code, there are two Search methods at the same time. How to distinguish them at this time? is there a namespace? Or do you have to change the name of a function?