feat(api): public settings route (#57)

adds public settings route that provides initalized value to check if the app has been configured
for the first time
This commit is contained in:
sct
2020-09-07 18:41:20 +09:00
committed by GitHub
parent fcaabcb428
commit c0166e7ecb
4 changed files with 48 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
import React, { useState } from 'react';
import React from 'react';
import Transition from '../../Transition';
interface SidebarProps {