Skip to content

Commit

Permalink
update urutan dinten array
Browse files Browse the repository at this point in the history
  • Loading branch information
junwatu committed Sep 16, 2021
1 parent c85a968 commit c5587c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ DINTEN.set(_KEMIS, KEMIS);
DINTEN.set(_JEMAH, JEMAH);
DINTEN.set(_SEBTU, SEBTU);

const DINTEN_ARR = [SENEN, SELASA, REBO, KEMIS, JEMAH, SEBTU, AKAD];
const DINTEN_ARR = [AKAD, SENEN, SELASA, REBO, KEMIS, JEMAH, SEBTU];

export {
_AKAD,
_SENEN,
_SELASA,
_REBO,
_KEMIS,
_JEMAH,
_SEBTU,
_AKAD,
DINTEN,
DINTEN_ARR,
};

0 comments on commit c5587c2

Please sign in to comment.