From c5db18ce5cb17094d87638903bd0405787e664d2 Mon Sep 17 00:00:00 2001 From: Kimberlee Johnson Date: Tue, 5 Oct 2021 15:29:45 -0700 Subject: [PATCH] Removing extra .eslintrc and Well components per deploy errors --- prebuilt/basic-embed/.eslintrc.json | 3 --- prebuilt/basic-embed/components/CreateRoomButton.js | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 prebuilt/basic-embed/.eslintrc.json diff --git a/prebuilt/basic-embed/.eslintrc.json b/prebuilt/basic-embed/.eslintrc.json deleted file mode 100644 index bffb357..0000000 --- a/prebuilt/basic-embed/.eslintrc.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "extends": "next/core-web-vitals" -} diff --git a/prebuilt/basic-embed/components/CreateRoomButton.js b/prebuilt/basic-embed/components/CreateRoomButton.js index bb7ec8a..b97083d 100644 --- a/prebuilt/basic-embed/components/CreateRoomButton.js +++ b/prebuilt/basic-embed/components/CreateRoomButton.js @@ -1,5 +1,5 @@ import React, { useState } from 'react'; -import { Well } from '@custom/shared/components/Well'; +import Well from '@custom/shared/components/Well'; import Button from '@custom/shared/components/Button'; export function CreateRoomButton({