styles for navigation and survey info

This commit is contained in:
Tatiana Nikolaeva 2025-04-05 19:31:48 +05:00
parent 1bc96d830e
commit 2cbfb06b4a
30 changed files with 199 additions and 555 deletions

View file

@ -1,11 +1,12 @@
// import { useState } from 'react'
import React from 'react';
import './App.css'
import Questions from "./pages/Questions.tsx";
import Questions from './pages/Questions.tsx'
const App: React.FC = () => {
return (
<Questions />
);
)
}
export default App
export default App