Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Daily Thought App
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
GitLab is undergoing maintenance
You are on a read-only GitLab instance.
Show more breadcrumbs
COM3014-Coursework
Daily Thought App
42f261fd36c84cbaa9418971d08f1cc559ef6370
daily-thought-app
daily-thought-frontend
src
pages
test.tsx
Find file
Normal view
Permalink
test.tsx
117 B
Newer
Older
project setup
Nagasubramanian, Venkatesh (PG/T - Comp Sci & Elec Eng)
committed
2 years ago
1
2
3
4
5
6
7
8
9
10
11
12
13
const
Test
=
()
=>
{
return
(
<
div
>
testX
</
div
>
)
}
export
default
Test
;