Removing extra .eslintrc and Well components per deploy errors
This commit is contained in:
parent
c087d8465d
commit
c5db18ce5c
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"extends": "next/core-web-vitals"
|
|
||||||
}
|
|
||||||
|
|
@ -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({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue