mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
9 lines
195 B
JavaScript
9 lines
195 B
JavaScript
import React from 'react';
|
|
|
|
export default function AccountsGeneralPreferences() {
|
|
return (
|
|
<div class="preferences__inside-content preferences__inside-content--general">
|
|
|
|
</div>
|
|
);
|
|
} |