Skip to main content
Module

x/jotai/website/src/components/footer.js

👻 Primitive and flexible state management for React
Go to Latest
File
import { Credits } from '../components';
export const Footer = () => { return ( <footer className="mt-8 inline-flex flex-col space-y-2 lg:hidden" style={{ marginBottom: 79 }}> <Credits /> </footer> );};