diff --git a/.env.example b/.env.example deleted file mode 100644 index 50406801..00000000 --- a/.env.example +++ /dev/null @@ -1,9 +0,0 @@ -# App configuration -URL=http://localhost:3000 -FIREBASE_ANALYTICS_ENABLED=0 - -# Firebase configuration - https://firebase.google.com/docs/web/setup -FIREBASE_CONFIG= - -# Sentry configuration - https://docs.sentry.io/platforms/node/configuration/options/#dsn -SENTRY_DSN= diff --git a/components/TOrderButton.vue b/components/TOrderButton.vue new file mode 100644 index 00000000..97d3e0cd --- /dev/null +++ b/components/TOrderButton.vue @@ -0,0 +1,51 @@ + + + + + diff --git a/components/TProfile.vue b/components/TProfile.vue index 885bc462..1bb8d09f 100644 --- a/components/TProfile.vue +++ b/components/TProfile.vue @@ -1,5 +1,6 @@