Merge pull request #35 from daily-demos/fix/deploy-debugging
fix/deploy-debugging
This commit is contained in:
commit
0728647898
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"extends": "next/core-web-vitals"
|
||||
}
|
||||
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue