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