aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/Users/index.js
blob: 1cc20ced077c0c3f3881637448388ccddea15eaf (plain)
1
2
3
4
5
6
7
8
export default function Users() {
  return (
    <>
      Users
      <div>foo</div>
    </>
  );
}