Skip to content

Commit

Permalink
Update ContentView.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
OvOAuto committed Jul 18, 2024
1 parent c112050 commit d9aa69c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/view/ContentView.jsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import React, { useEffect, useRef, useState } from 'react'
import { useParams, useNavigate } from 'react-router-dom'
import { useAtom } from 'jotai'
import { showContentAtom } from '@/store/ContentManager'
import BlurIn from '@/components/magicui/Blur'
import { PlaceholdersAndVanishInput } from '@/components/magicui/placeholders-and-vanish-input'
import DifyStreamingComponent from '@/api/Dify'
import axios from 'axios'
import { backend, language } from '@/global'
import { showContentAtom } from '@/store/ContentManager'
import axios from 'axios'
import { useAtom } from 'jotai'
import { useEffect, useRef, useState } from 'react'
import { useNavigate } from 'react-router-dom'
import { MessagePlugin } from 'tdesign-react'

const ContentView = () => {
Expand Down Expand Up @@ -166,7 +165,6 @@ const ContentView = () => {
a.first
)
)}
{JSON.stringify(comments)}
<div className="absolute bottom-3 flex text-sm font-light text-gray-600 ">
{new Date(post.create).toLocaleString()}
</div>
Expand Down

0 comments on commit d9aa69c

Please sign in to comment.