Rename dbtypes -> types
This commit is contained in:
parent
beb9413a90
commit
a574747d96
@ -1,7 +1,7 @@
|
||||
import React, {useState} from "react";
|
||||
|
||||
import "./App.scss";
|
||||
import {SaiEntryProps, JutEntryProps, ElesuEntryProps, TukEntryProps, Conlang, SearchDirection} from "./dbtypes";
|
||||
import {SaiEntryProps, JutEntryProps, ElesuEntryProps, TukEntryProps, Conlang, SearchDirection} from "./types";
|
||||
import {SaiEntry, JutEntry, ElesuEntry, TukEntry} from "./Entries";
|
||||
import {setPassword, searchEntry} from "./requests";
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
import React, {useState} from "react";
|
||||
|
||||
import {Conlang} from "./dbtypes";
|
||||
import {updateEntry, getPassword} from "./requests";
|
||||
import {declineSaimiar} from "./saimiar_morphology";
|
||||
import {SaiEntryProps, JutEntryProps, ElesuEntryProps, TukEntryProps} from "./dbtypes";
|
||||
import {SaiEntryProps, JutEntryProps, ElesuEntryProps, TukEntryProps, Conlang} from "./types";
|
||||
|
||||
interface BaseProps {
|
||||
id: number;
|
||||
|
@ -1,6 +1,6 @@
|
||||
import jwt from "jsonwebtoken";
|
||||
|
||||
import {Conlang, SearchDirection} from "./dbtypes";
|
||||
import {Conlang, SearchDirection} from "./types";
|
||||
|
||||
const backendUrl = "https://kucinakobackend.ichigo.everydayimshuflin.com";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user