system-praktyk-front/src/pages/index.ts
2020-07-22 19:45:58 +02:00

5 lines
145 B
TypeScript

export * from "./internship/proposal";
export * from "./errors/not-found"
export * from "./main"
export { Actions } from "@/components/actions";