mirror of
https://github.com/tabler/tabler.git
synced 2026-08-14 23:32:25 +04:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
import { emailsCount } from '@/config/site';
|
|
|
|
export default function EmailsCount() {
|
|
return emailsCount;
|
|
}
|