We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e3da8 commit 5aacf28Copy full SHA for 5aacf28
src/main.tsx
@@ -2,7 +2,7 @@ import React, { useCallback, useEffect, useRef, useState } from 'react'
2
import ReactDOM from 'react-dom/client'
3
import axios from 'axios'
4
5
-import { e11, oai, sk } from './k'
+import { e11, oai, sk } from './constants'
6
import { SimliClient } from './SimliClient'
7
8
import './styles.css'
0 commit comments