mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-06-16 11:09:12 +08:00
4 lines
86 B
Text
4 lines
86 B
Text
'use strict';
|
|
const base = require('./boxBase.js');
|
|
|
|
module.exports = base('margin');
|