Created the Auth index.js

This commit is contained in:
Mathias Wagner 2023-11-13 11:49:03 +01:00
parent 69e56b2ac6
commit 7789362d00
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

1
src/states/Auth/index.js Normal file
View File

@ -0,0 +1 @@
export {Auth as default} from "./Auth.jsx";