mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-11 18:30:30 +00:00
8 lines
192 B
TypeScript
8 lines
192 B
TypeScript
// @ts-nocheck
|
|
import React from 'react';
|
|
import { Icon } from '@/components/Icon';
|
|
|
|
export default function AuthCopyright() {
|
|
return <Icon width={122} height={22} icon={'bigcapital'} />;
|
|
}
|