mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
9 lines
165 B
JavaScript
9 lines
165 B
JavaScript
import React from 'react';
|
|
|
|
export default function AccountantPreferences() {
|
|
return (
|
|
<div class="preferences__inside-content--accountant">
|
|
|
|
</div>
|
|
);
|
|
} |