Skip to content

Commit

Permalink
Update Router.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahel-mahini authored Jul 23, 2024
1 parent 774127d commit acd72e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/MlHub/_Router/Router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { Route, useRouteMatch, Switch } from 'react-router-dom';
import { Dashboard } from '../Dashboard';
import { Layout as ModelsLayout } from '../Models/_Layout';
import { Layout as DatasetsLayout } from '../Datasets/_Layout'
import { Layout as DatasetsLayout } from '../Datasets/_Layout';

const Router: React.FC = () => {
const { path } = useRouteMatch();
Expand Down

0 comments on commit acd72e5

Please sign in to comment.