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

const internet: InternetDefinition = {
  emoji,
  http_status_code,
};

export default internet;