nifty-wallet/notices/notices.js

14 lines
314 B
JavaScript
Raw Normal View History

// fs.readFileSync is inlined by browserify transform "brfs"
const fs = require('fs')
2018-07-02 16:46:42 -07:00
const path = require('path')
module.exports = [
{
id: 0,
read: false,
date: 'Thu Feb 09 2017',
title: 'Terms of Use',
2018-07-02 16:46:42 -07:00
body: fs.readFileSync(path.join(__dirname, '/archive', 'notice_0.md'), 'utf8'),
},
]