Skip to content

Commit

Permalink
Move assets to own directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j committed Jun 9, 2023
1 parent 4761e78 commit bc744dd
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion example-wasm/src/components/NavBar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useNavigate } from 'react-router-dom';

import logo from '../logo.png';
import logo from '../assets/logo.png';
import styles from '../styles/NavBar.module.css';

const { useUser } = await import('@realm/react');
Expand Down
2 changes: 1 addition & 1 deletion example-wasm/src/pages/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { FormEvent, useState } from 'react';
import { Navigate, useNavigate } from 'react-router-dom';

import { useAppManager } from '../hooks/useAppManager';
import logo from '../logo.png';
import logo from '../assets/logo.png';
import styles from '../styles/LoginPage.module.css';

const { useApp } = await import('@realm/react');
Expand Down

0 comments on commit bc744dd

Please sign in to comment.