Skip to content
Snippets Groups Projects
experiments.tsx 346 B
Newer Older
import { H2 } from "../components/Headings";
import { useTabNavigation } from "../utils/TabNavigation";
export function Experiments() {
  useTabNavigation();
  return (
    <>
      <div className="row mt-4">
        <div className="col-lg-8">
Liliana Sanfilippo's avatar
Liliana Sanfilippo committed
          
        </div>
      </div>
    </>
  );
}