Removing extra .eslintrc and Well components per deploy errors

This commit is contained in:
Kimberlee Johnson 2021-10-05 15:29:45 -07:00
parent c087d8465d
commit c5db18ce5c
2 changed files with 1 additions and 4 deletions

View File

@ -1,3 +0,0 @@
{
"extends": "next/core-web-vitals"
}

View File

@ -1,5 +1,5 @@
import React, { useState } from 'react'; 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'; import Button from '@custom/shared/components/Button';
export function CreateRoomButton({ export function CreateRoomButton({