Skip to content

Commit

Permalink
Remove string from pages sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Oct 20, 2023
1 parent fb7c9c5 commit ac4065e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default function DataViewsSidebarContent() {
return <p>Add views ui here</p>;
// TODO: add views UI.
return null;
}

0 comments on commit ac4065e

Please sign in to comment.