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 }
}

GitHub_Logo_White

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
  1. another
  2. thing
  3. here
  • task list
  • another task
  • check it

a link to google

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!