wow amazing! π₯³π₯³π₯³πππΊπ»
import composer from 'module-composer'
import modules from './modules'
import type { Config } from './modules/types'
export default (config: Config) => {
const { compose } = composer(modules, { config })
const { io } = compose('io')
const { remark } = compose('remark')
const { store } = compose('store', { io })
const { posts } = compose('posts', { remark, store, io })
return { io, remark, store, posts, config }
}
what does this do
This is a quote
This is bold italics bold italics
heading 1
heading 2
heading 3
heading 4
heading 5
- this is a list
- two
- three
- four
- another
- thing
- here
- task list
- another task
- check it
| Tables | Are | Cool |
|---|---|---|
| col 1 is | left-aligned | $1600 |
| col 2 is | centered | $12 |
| col 3 is | right-aligned | $1 |
edited just now!!!
come on!
GO GO GO!