mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
Feat: Improved import export sorting for app and common (#833)
* save import sorting work * remove dupe headers and fix type errors * sort imports and exports * fix errors from export sorting * fix tests * codex feedback * fix exports * fix exports and tweak test build * fix export and format * fix license headers * fix app building and clean up test errors * fix android local e2e test * improve caching * final fixes * remove invalid option * fix sorting and get random values loading * fix import sorting
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { countryCodes } from '../constants/constants.js';
|
||||
import getCountryISO2 from 'country-iso-3-to-2';
|
||||
import { flag } from 'country-emoji';
|
||||
import getCountryISO2 from 'country-iso-3-to-2';
|
||||
import fs from 'fs';
|
||||
import path from 'path';
|
||||
|
||||
import { countryCodes } from '../constants/constants.js';
|
||||
|
||||
try {
|
||||
console.log('Generating country options...');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user