mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
32 lines
741 B
TypeScript
32 lines
741 B
TypeScript
import Login from './Auth/Login';
|
|
import Signup from './Auth/Signup';
|
|
import AdditionalInfo from './Auth/AdditionalInfo';
|
|
import ForgotPassword from './Auth/ForgotPassword';
|
|
import RecoverAccount from './Auth/RecoverAccount';
|
|
import Project from './Project';
|
|
import Template from './Template';
|
|
import Feature from './Feature';
|
|
import Category from './Category';
|
|
import Prototype from './Prototype';
|
|
import Users from './Users';
|
|
import CreateUser from './CreateUser';
|
|
import Settings from './Settings';
|
|
import UserSettings from './UserSettings';
|
|
|
|
export {
|
|
Login,
|
|
Signup,
|
|
AdditionalInfo,
|
|
ForgotPassword,
|
|
RecoverAccount,
|
|
Project,
|
|
Template,
|
|
Feature,
|
|
Category,
|
|
Prototype,
|
|
Users,
|
|
CreateUser,
|
|
Settings,
|
|
UserSettings,
|
|
};
|