Skip to content
Discussion options

You must be logged in to vote
export const getTopBar = async () => {
  const response = await API.get<IFirebaseTopBar[]>(`${URL}/top-bar`);
  
  return response.data
};

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Rodrigo-JM
Comment options

@TkDodo
Comment options

@TkDodo
Comment options

Answer selected by Rodrigo-JM
@Rodrigo-JM
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants