aboutsummaryrefslogtreecommitdiff
path: root/src/locales/en/internet/index.ts
blob: a34c9611c07609199f945345c98ea7f45cc9edc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * This file is automatically generated.
 * Run 'pnpm run generate:locales' to update.
 */
import type { InternetDefinition } from '../../..';
import domain_suffix from './domain_suffix';
import example_email from './example_email';
import free_email from './free_email';

const internet: InternetDefinition = {
  domain_suffix,
  example_email,
  free_email,
};

export default internet;