Skip to content

Commit

Permalink
telefon-vergisi-hesaplayici: migrate to first step of new calculation…
Browse files Browse the repository at this point in the history
… preset UI
  • Loading branch information
ozgurg committed Jul 16, 2023
1 parent 42f3caf commit 4e3ad52
Show file tree
Hide file tree
Showing 23 changed files with 923 additions and 572 deletions.
16 changes: 16 additions & 0 deletions calculators/telefon-vergisi-hesaplayici/data/brands.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import { mdiApple } from "@mdi/js";

export default [
{
id: 1,
title: "Apple",
icon: mdiApple,
color: "#555"
},
{
id: 2,
title: "Samsung",
icon: "samsung.svg",
color: "#1428A0"
}
];
Loading

0 comments on commit 4e3ad52

Please sign in to comment.