#
luxiaotao1123
2024-05-05 7214c885af56b013c9d27b2cff6eedb0e11aacaf
src/pages/fiber.jsx
File was renamed from src/pages/base.jsx
@@ -12,7 +12,7 @@
import Left from './left'
import Right from './right'
const Base = (props) => {
const Fiber = (props) => {
    return (
        <div style={{ height: '100%', width: '100%', position: 'relative', overflow: 'hidden' }}>
            <Canvas
@@ -58,4 +58,4 @@
    )
}
export default Base;
export default Fiber;