diff --git a/app/components/app/sep/list-history-dialog.vue b/app/components/app/sep/list-history-dialog.vue
new file mode 100644
index 00000000..a6a6091c
--- /dev/null
+++ b/app/components/app/sep/list-history-dialog.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
diff --git a/nuxt.config.ts b/nuxt.config.ts
index 473a9e80..c1770af5 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -9,7 +9,11 @@ export default defineNuxtConfig({
VCLAIM: process.env.NUXT_API_VCLAIM || 'http://localhost:3000',
public: {
API_ORIGIN: process.env.NUXT_API_ORIGIN || 'http://localhost:3000',
+<<<<<<< HEAD
VCLAIM: process.env.NUXT_API_VCLAIM || 'http://localhost:3000',
+=======
+ VCLAIM: process.env.NUXT_API_VCLAIM || 'http://localhost:3000',
+>>>>>>> 22d163931e46c93ba5a466182d4a37b9f0aff85a
}
},
ssr: false,