mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Added Blog Page and Housekeeping
This commit is contained in:
parent
db4bf103c3
commit
d32415232e
18 changed files with 6860 additions and 769 deletions
7
mdx-components.tsx
Normal file
7
mdx-components.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
import type { MDXComponents } from 'mdx/types';
|
||||
|
||||
export function useMDXComponents(components: MDXComponents): MDXComponents {
|
||||
return {
|
||||
...components,
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue