mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
12 lines
192 B
JavaScript
Vendored
12 lines
192 B
JavaScript
Vendored
module.exports = {
|
|
legal: [
|
|
{
|
|
type: 'category',
|
|
label: 'Юридические документы',
|
|
items: [
|
|
'offer',
|
|
'privacy',
|
|
],
|
|
},
|
|
],
|
|
}; |