Skip to content

Instantly share code, notes, and snippets.

@alic-xc
Created December 22, 2023 09:26
Show Gist options
  • Save alic-xc/5241861391d1ddec2020521f02bbc40a to your computer and use it in GitHub Desktop.
Save alic-xc/5241861391d1ddec2020521f02bbc40a to your computer and use it in GitHub Desktop.
This file will be created inside the src directory.
import AuthBackground from "./components/AuthBackground";
import Button from "./components/Button";
import FormInput from "./components/FormInput";
export { AuthBackground, Button, FormInput };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment