import { contentDefaultTr } from "./turkish";
import { contentDefaultEn } from "./english";
const contentDefault = {
tr: contentDefaultTr,
en: contentDefaultEn,
};
export { contentDefault };
Powered by TurnKey Linux.