mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:59:31 +08:00
4 lines
84 B
Text
4 lines
84 B
Text
'use strict';
|
|
const base = require('./boxBase');
|
|
|
|
module.exports = base('padding');
|