5 lines
145 B
TypeScript
5 lines
145 B
TypeScript
export * from "./internship/proposal";
|
|
export * from "./errors/not-found"
|
|
export * from "./main"
|
|
export { Actions } from "@/components/actions";
|