@404pagez/react
Version:
This is templates of 404page for React
6 lines (5 loc) • 310 B
TypeScript
export { default as Simple404 } from "./simple404/Simple404";
export { default as Warning404 } from "./warning404/Warning404";
export { default as Section404 } from "./section404/Section404";
export { default as Cat404 } from "./cat404/Cat404";
export { default as Blocked404 } from "./blocked404/Blocked404";