updated docs
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { contentDefaultTr } from "./turkish";
|
||||
import { contentDefaultEn } from "./english";
|
||||
|
||||
const contentDefault = {
|
||||
tr: contentDefaultTr,
|
||||
en: contentDefaultEn,
|
||||
};
|
||||
|
||||
export { contentDefault };
|
||||
Reference in New Issue
Block a user