generated from partypages/party-template
This commit is contained in:
parent
7c64e4e107
commit
09e5164c79
@ -2,9 +2,7 @@
|
|||||||
import React, { useContext, useState } from 'react';
|
import React, { useContext, useState } from 'react';
|
||||||
import { APIEndPoint, PartyContext } from './PartyContext';
|
import { APIEndPoint, PartyContext } from './PartyContext';
|
||||||
import './PartyPage.css';
|
import './PartyPage.css';
|
||||||
import { enableDebugMode, modifySelfRequest, parseURI } from './partyApi';
|
import { modifySelfRequest, parseURI } from './partyApi';
|
||||||
|
|
||||||
enableDebugMode();
|
|
||||||
|
|
||||||
export const PartyPage: React.FC = () => {
|
export const PartyPage: React.FC = () => {
|
||||||
const {self} = useContext(PartyContext);
|
const {self} = useContext(PartyContext);
|
||||||
|
Loading…
Reference in New Issue
Block a user